yarn => npm 5

This commit is contained in:
Matt Swensen 2017-07-03 22:28:53 -06:00
parent 2781cd8ab9
commit 5b5aa2bf6b
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
6 changed files with 3678 additions and 3223 deletions

@ -7,4 +7,3 @@ indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

@ -2,4 +2,4 @@ language: node_js
node_js:
- "6.9"
script: yarn test
script: npm test

@ -8,7 +8,7 @@ A dark blue theme for [themer](https://github.com/mjswensen/themer), with colors
Install this module wherever you have `themer` installed:
yarn add themer-colors-night-sky
npm install themer-colors-night-sky
Then pass `themer-colors-night-sky` as a `-c` (`--colors`) arg to `themer`:

3673
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

@ -10,9 +10,9 @@
},
"scripts": {
"build": "eslint src && babel --out-dir lib src",
"start": "watch 'yarn run build' src",
"prepublish": "yarn run build",
"test": "yarn run build && jest"
"start": "watch 'npm run build' src",
"prepare": "npm run build",
"test": "npm run build && jest"
},
"devDependencies": {
"babel-cli": "^6.18.0",

3217
yarn.lock

File diff suppressed because it is too large Load Diff