Skip to content
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzar committed May 5, 2017
1 parent 2d3682b commit c9a5833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "moneybird",
"description": "Node API promise-wrapper for Moneybird",
"version": "v1.0.1",
"version": "v1.0.2",
"main": "dist",
"scripts": {
"build": "babel src -s -D -d dist",
"build": "NODE_ENV=production babel src -s -D -d dist",
"start": "babel-node src/index.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint src/.",
"prepublishOnly": "NODE_ENV=production npm run build",
"prepublish": "npm run build",
"pretest": "npm run lint",
"test": "nyc babel-tape-runner $(find test -name \\*.test.js) | tap-spec"
},
Expand Down

0 comments on commit c9a5833

Please sign in to comment.