|
@@ -49,7 +49,7 @@
|
|
|
"isomorphic-fetch": "2.2.1",
|
|
|
"jest": "^23.5.0",
|
|
|
"json3": "^3.3.2",
|
|
|
- "lerna": "^3.4.0",
|
|
|
+ "lerna": "^3.4.3",
|
|
|
"lint-staged": "^6.1.1",
|
|
|
"minify-stream": "^1.2.0",
|
|
|
"mkdirp": "0.5.1",
|
|
@@ -91,6 +91,7 @@
|
|
|
"lint": "eslint . --cache",
|
|
|
"lint-staged": "lint-staged",
|
|
|
"release": "./bin/release",
|
|
|
+ "version": "./bin/sync-version-numbers",
|
|
|
"start:companion": "sh ./bin/companion",
|
|
|
"start": "npm-run-all --parallel watch start:companion web:preview",
|
|
|
"test:registry": "verdaccio --listen 4002 --config test/endtoend/verdaccio.yaml",
|
|
@@ -126,7 +127,7 @@
|
|
|
"web:update:frontpage:code:sample": "cd website && ./node_modules/.bin/hexo generate && cp -f public/frontpage-code-sample.html ./themes/uppy/layout/partials/frontpage-code-sample.html",
|
|
|
"web": "npm-run-all web:clean web:build",
|
|
|
"uploadcdn": "bin/upload-to-cdn.sh",
|
|
|
- "bootstrap": "lerna bootstrap --hoist",
|
|
|
+ "bootstrap": "lerna bootstrap",
|
|
|
"contributors": "githubcontrib --owner transloadit --repo uppy --cols 6 $([ \"${GITHUB_TOKEN:-}\" == \"\" ] && echo \"\" || echo \"--authToken ${GITHUB_TOKEN}\") --showlogin true --sortOrder desc",
|
|
|
"contributors:save": "replace-x -m '<!--contributors-->[\\s\\S]+<!--/contributors-->' \"<!--contributors-->\n## Contributors\n\n$(npm run --silent contributors)\n<!--/contributors-->\" README.md"
|
|
|
},
|