diff options
Diffstat (limited to 'packages/gitbook-core/package.json')
-rw-r--r-- | packages/gitbook-core/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-core/package.json b/packages/gitbook-core/package.json index c00c6cc..4d5a40a 100644 --- a/packages/gitbook-core/package.json +++ b/packages/gitbook-core/package.json @@ -27,7 +27,7 @@ }, "scripts": { "dist-lib": "rm -rf lib/ && babel -d lib/ src/", - "dist-standalone": "browserify -r ./lib/index.js:gitbook-core -r react -r react-dom ./lib/index.js | uglifyjs -c > gitbook.core.min.js", + "dist-standalone": "browserify -r ./lib/index.js:gitbook-core -r react -r react-dom ./lib/index.js | uglifyjs -c > ./dist/gitbook.core.min.js", "dist": "npm run dist-lib && npm run dist-standalone", "prepublish": "npm run dist" }, |