@hastehaul/common 1.0.25 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hastehaul/common",
3
- "version": "1.0.25",
3
+ "version": "2.0.0",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -10,7 +10,9 @@
10
10
  "scripts": {
11
11
  "clean": "del \"build\"",
12
12
  "build": "npm run clean && tsc",
13
- "pub": "git add . && git commit -m \"Update\" && npm version patch && npm run build && npm publish"
13
+ "pub:patch": "git add . && git commit -m \"Update [Patch]\" && npm version patch && npm run build && npm publish",
14
+ "pub:major": "git add . && git commit -m \"Update [Major]\" && npm version major && npm run build && npm publish",
15
+ "pub:minor": "git add . && git commit -m \"Update [Minor]\" && npm version minor && npm run build && npm publish"
14
16
  },
15
17
  "keywords": [],
16
18
  "author": "",