Skip to content

Commit

Permalink
Output src/ dir to dist/ dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ruimarinho committed Mar 6, 2016
1 parent 8a2d55d commit 2a6c829
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
Expand Up @@ -14,7 +14,7 @@
"type": "git",
"url": "https://github.com/seegno/bitcoin-core.git"
},
"main": "dist/index.js",
"main": "dist/src/index.js",
"keywords": [
"bitcoin",
"bitcoind",
Expand All @@ -34,7 +34,7 @@
"prepublish": "npm run transpile",
"testdocker": "docker-compose run --rm sut",
"test": "NODE_ENV=test mocha $npm_package_options_mocha",
"transpile": "rm -rf dist/* && babel src --out-dir dist",
"transpile": "rm -rf dist/* && babel src --out-dir dist/src",
"version": "npm run changelog --future-release=$npm_package_version && npm run transpile && git add -A CHANGELOG.md dist"
},
"dependencies": {
Expand Down

0 comments on commit 2a6c829

Please sign in to comment.