@hastehaul/common 1.0.3 → 1.0.4

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hastehaul/common",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -9,7 +9,8 @@
9
9
  ],
10
10
  "scripts": {
11
11
  "clean": "del \"build\"",
12
- "build": "npm run clean && tsc"
12
+ "build": "npm run clean && tsc",
13
+ "pub": "git add . && git commit -m \"Update\" && npm version patch && npm publish "
13
14
  },
14
15
  "keywords": [],
15
16
  "author": "",