0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-11 02:15:57 -05:00

build: add new dependency for auto update changelog

This commit is contained in:
Juan Picado @jotadeveloper 2017-07-29 00:19:40 +02:00
parent d725a81398
commit f589b1be07
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -96,6 +96,7 @@
"rimraf": "2.6.1",
"sass-loader": "6.0.6",
"source-map-loader": "0.2.1",
"standard-version": "4.2.0",
"style-loader": "0.18.2",
"stylelint": "7.13.0",
"stylelint-config-standard": "16.0.0",
@ -116,6 +117,7 @@
"server"
],
"scripts": {
"release": "standard-version -a -s",
"prepublish": "in-publish && npm run build:webui || not-in-publish",
"test": "mocha ./test/functional ./test/unit --reporter=spec --full-trace",
"pre:ci": "npm run build:webui",