Bump version

pull/106/head
Alex Kern 6 years ago
parent 7553e20da2
commit c1043e9e56

@ -8,7 +8,6 @@ css/index.css
newrelic.js newrelic.js
# FilePizza # FilePizza
src
resources resources
log log
*.pem *.pem

@ -1,6 +1,6 @@
{ {
"name": "filepizza", "name": "filepizza",
"version": "1.0.0", "version": "1.1.0",
"description": "Free peer-to-peer file transfers in your browser.", "description": "Free peer-to-peer file transfers in your browser.",
"preferGlobal": "true", "preferGlobal": "true",
"bin": "./dist/index.js", "bin": "./dist/index.js",
@ -10,6 +10,7 @@
"scripts": { "scripts": {
"start": "babel-node ./src/index.js", "start": "babel-node ./src/index.js",
"start:prod": "node ./dist/index.js", "start:prod": "node ./dist/index.js",
"prepublishOnly": "npm run build",
"build": "babel src --ignore __tests__,__mocks__ --out-dir dist && webpack -p ./src/client && rm -rf dist/static && cp -R src/static dist/static" "build": "babel src --ignore __tests__,__mocks__ --out-dir dist && webpack -p ./src/client && rm -rf dist/static && cp -R src/static dist/static"
}, },
"repository": { "repository": {

Loading…
Cancel
Save