There was an error while loading. Please reload this page.
1 parent 023d6c6 commit d5b17b8Copy full SHA for d5b17b8
1 file changed
generate-pw/package.json
@@ -10,8 +10,18 @@
10
"homepage": "https://github.com/adamlui/js-utils",
11
"license": "MIT",
12
"main": "generate-pw.js",
13
+ "bin": {
14
+ "generatepw": "generate-pw.js",
15
+ "generate-pw": "generate-pw.js"
16
+ },
17
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
18
+ "test": "echo \"Error: no test specified\" && exit 1",
19
+ "bump:patch": "bash utils/bump.sh patch",
20
+ "bump:minor": "bash utils/bump.sh minor",
21
+ "bump:major": "bash utils/bump.sh major",
22
+ "publish:patch": "bash utils/bump.sh patch --publish",
23
+ "publish:minor": "bash utils/bump.sh minor --publish",
24
+ "publish:major": "bash utils/bump.sh major --publish"
25
},
26
"repository": {
27
"type": "git",
0 commit comments