Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Merge 7322414 into fd11399
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarshin committed Mar 23, 2018
2 parents fd11399 + 7322414 commit 013d66f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -9,7 +9,8 @@
"scripts": {
"build": "babel src/ -d dist/",
"test": "ava --require @babel/register test/**.test.js",
"coverage": "nyc npm test"
"coverage": "nyc npm test",
"prepare": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 013d66f

Please sign in to comment.