Skip to content

Commit

Permalink
Fixed #7, added updtr
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Demidov committed Apr 22, 2016
1 parent 8fc342f commit c8a722e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"test": "xo ./src/*.js ./test/*.js && nyc ava",
"clean": "rm -rf lib && mkdir lib",
"build": "npm run clean && babel src/index.js --out-file lib/index.js && npm t"
"build": "npm run clean && babel src/index.js --out-file lib/index.js && npm t",
"update": "updtr"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,6 +49,7 @@
"babel-register": "^6.7.2",
"coveralls": "^2.11.8",
"nyc": "^6.1.1",
"updtr": "^0.1.10",
"xo": "^0.13.0"
}
}

0 comments on commit c8a722e

Please sign in to comment.