chore: exclusively use yarn instead of npm

This commit is contained in:
Julien Fontanet
2017-01-27 16:54:32 +01:00
parent 7523cb3489
commit cfabadffe4
15 changed files with 44 additions and 44 deletions
+2 -2
View File
@@ -50,8 +50,8 @@
"dev-test": "jest --bail --watch",
"posttest": "standard && dependency-check ./package.json --entry dist/collection.js index.js unique-index.js view.js",
"prebuild": "rimraf dist/",
"predev": "npm run prebuild",
"prepublish": "npm run build",
"predev": "yarn run prebuild",
"prepublish": "yarn run build",
"test": "jest"
},
"babel": {