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
@@ -36,8 +36,8 @@
"depcheck": "dependency-check ./package.json",
"dev": "babel --watch --source-maps --out-dir=dist/ src/",
"lint": "standard",
"posttest": "npm run lint && npm run depcheck",
"prepublish": "npm run build"
"posttest": "yarn run lint && yarn run depcheck",
"prepublish": "yarn run build"
},
"standard": {
"ignore": [