Skip to content

Commit

Permalink
Ensure schema is added to the distributed code
Browse files Browse the repository at this point in the history
  • Loading branch information
d4nyll committed Aug 30, 2017
1 parent 6cf419e commit 7772217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "revoice",
"version": "0.1.10",
"version": "0.1.11",
"description": "Generate HTML / PDF receipts and invoices",
"main": "dist/index.js",
"homepage": "https://github.com/brewhk/revoice",
Expand All @@ -11,7 +11,7 @@
},
"scripts": {
"start": "yarn test -- --watch & yarn watch",
"build": "./node_modules/.bin/rimraf './dist' && ./node_modules/.bin/babel src --out-dir dist",
"build": "./node_modules/.bin/rimraf './dist' && ./node_modules/.bin/babel src --out-dir dist && cp -R ./src/schema/ ./dist",
"watch": "yarn run build -- --watch",
"test": "./node_modules/mocha/bin/mocha --require babel-register",
"coverage": "cross-env NODE_ENV=test nyc yarn test",
Expand Down

0 comments on commit 7772217

Please sign in to comment.