Skip to content

Commit

Permalink
Add prepublish and bump package
Browse files Browse the repository at this point in the history
  • Loading branch information
daedalus28 authored Feb 18, 2017
1 parent 56e409d commit 58433b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "futil-js",
"version": "1.7.1",
"version": "1.7.2",
"description": "F(unctional) util(ities). Resistance is futile.",
"main": "lib/futil-js.js",
"scripts": {
Expand All @@ -9,7 +9,8 @@
"test:watch": "chokidar 'src/*.js' 'test/*.js' -c 'npm t'",
"coverage": "nyc --require babel-core/register node_modules/.bin/mocha test",
"cicoverage": "nyc --reporter=lcov --require babel-core/register node_modules/.bin/mocha test && cat ./coverage/lcov.info",
"lint": "eslint src/*.js test/*.js"
"lint": "eslint src/*.js test/*.js",
"prepublish": "webpack"
},
"author": "Samuel Greene <sgreene@smartprocure.us>",
"license": "MIT",
Expand Down

0 comments on commit 58433b9

Please sign in to comment.