0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-18 02:22:46 -05:00

fix: update webpack prepublish script and lock file, exclude from npm pack build files

This commit is contained in:
Juan Picado @jotadeveloper 2017-07-16 09:12:47 +02:00
parent 84388ff1da
commit 09656471de
No known key found for this signature in database
GPG key ID: 18AC54485952D158
3 changed files with 6 additions and 15 deletions

View file

@ -3,7 +3,8 @@ npm-debug.log
coverage/
verdaccio-*.tgz
test-storage*
/.*
scripts/
scripts/
wiki/
src/webui
tools/
/.*

View file

@ -1,6 +1,6 @@
{
"name": "verdaccio",
"version": "2.2.6",
"version": "2.3.0-beta",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",
@ -126,7 +126,7 @@
"pre:webpack": "npm run lint:css && npm run lint",
"build:webui": "npm run pre:webpack && rimraf static/* && webpack --config tools/webpack.prod.config.babel.js --debug",
"dev:webui": "babel-node tools/dev.server.js",
"prepublish": "in-publish && npm run build:webpack || not-in-publish",
"prepublish": "in-publish && npm run build:webui || not-in-publish",
"build-docker": "docker build -t verdaccio . --no-cache",
"build-docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ."
},

View file

@ -2903,7 +2903,7 @@ handle-thing@^1.2.5:
version "1.2.5"
resolved "https://registry.npmjs.org/handle-thing/-/handle-thing-1.2.5.tgz#fd7aad726bf1a5fd16dfc29b2f7a6601d27139c4"
handlebars@4.0.5:
handlebars@4.0.5, handlebars@^4.0.3:
version "4.0.5"
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz#92c6ed6bb164110c50d4d8d0fbddc70806c6f8e7"
dependencies:
@ -2913,16 +2913,6 @@ handlebars@4.0.5:
optionalDependencies:
uglify-js "^2.6"
handlebars@^4.0.3:
version "4.0.10"
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz#3d30c718b09a3d96f23ea4cc1f403c4d3ba9ff4f"
dependencies:
async "^1.4.0"
optimist "^0.6.1"
source-map "^0.4.4"
optionalDependencies:
uglify-js "^2.6"
har-schema@^1.0.5:
version "1.0.5"
resolved "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8fe95970c0151369e"