yarn => npm 5

This commit is contained in:
Matt Swensen 2017-07-03 22:22:49 -06:00
parent 026b3afe9d
commit 36b923d219
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
6 changed files with 3740 additions and 3271 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 default color set for [themer](https://github.com/mjswensen/themer).
Install this module wherever you have `themer` installed:
yarn add themer-colors-default
npm install themer-colors-default
Then pass `themer-colors-default` as a `-c` (`--colors`) arg to `themer`:

3735
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

@ -14,9 +14,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",

3265
yarn.lock

File diff suppressed because it is too large Load Diff