Skip to content

Commit

Permalink
Merge pull request #4 from mmiszy/develop
Browse files Browse the repository at this point in the history
Fix build, actually
  • Loading branch information
Michał Miszczyszyn authored Jan 22, 2018
2 parents 55b339e + 098e65f commit 3bda5e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.nyc_output
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"test": "npm run build && mocha --require babel-core/register",
"test:coverage": "npm run build && nyc npm test",
"test:coveralls": "npm run build && nyc --reporter=text-lcov npm test | coveralls",
"build": "babel *.mjs --out-dir ."
"build": "babel *.mjs --out-dir .",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3bda5e7

Please sign in to comment.