yarn => npm 5

This commit is contained in:
Matt Swensen 2017-07-01 23:29:04 -06:00
parent 1cde63152b
commit f228257263
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
5 changed files with 3629 additions and 3164 deletions

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

@ -6,7 +6,7 @@ A Slack sidebar theme generator for [themer](https://github.com/mjswensen/themer
Install this module wherever you have `themer` installed:
yarn add themer-slack
npm install themer-slack
Then pass `themer-slack` as a `-t` (`--template`) arg to `themer`:

3624
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",
"test": "yarn run build && jest",
"start": "watch 'yarn run test' src",
"prepublish": "yarn run build"
"test": "npm run build && jest",
"start": "watch 'npm run test' src",
"prepare": "npm run build"
},
"devDependencies": {
"babel-cli": "^6.23.0",

3159
yarn.lock

File diff suppressed because it is too large Load Diff