|
|
@@ -11,7 +11,9 @@ |
|
|
|
"zip:chrome": "cp build/lesspass.zip build/lesspass.chrome-v$npm_package_version.zip", |
|
|
|
"zip": "git archive -o build/lesspass.zip HEAD:extension && npm run zip:firefox && npm run zip:chrome && rm build/lesspass.zip", |
|
|
|
"build": "npm run clean && gulp && npm run zip", |
|
|
|
"release": "npm run build && webstore upload --source build/lesspass.chrome-v$npm_package_version.zip --auto-publish", |
|
|
|
"release": "npm run build && npm run release-cws", |
|
|
|
"release-amo": "web-ext sign -s extension", |
|
|
|
"release-cws": "webstore upload --source build/lesspass.chrome-v$npm_package_version.zip --auto-publish", |
|
|
|
"dev": "cd extension && web-ext run", |
|
|
|
"test": "echo 'no test'" |
|
|
|
}, |
|
|
@@ -22,7 +24,7 @@ |
|
|
|
"chrome-webstore-upload-cli": "^1.1.1", |
|
|
|
"gulp": "^3.9.1", |
|
|
|
"json": "^9.0.6", |
|
|
|
"web-ext": "^1.8.1" |
|
|
|
"web-ext": "^1.9.1" |
|
|
|
}, |
|
|
|
"private": true |
|
|
|
} |