This commit is contained in:
Jeronimo Vallelunga 2017-07-11 01:57:37 -03:00
parent 8a913255e4
commit 0bd7d2ecf0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"eslint": "eslint src",
"prebuild": "npm run eslint",
"build": "babel src -d build",
"test": "jest src",
"test": "jest",
"test:watch": "npm test -- --watch",
"prepublish": "npm run build",
"release": "np"