@rkticket/common 1.0.1 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.js +1 -1
- package/package.json +3 -2
package/build/index.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rkticket/common",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.3",
|
4
4
|
"main": "./build/index.js",
|
5
5
|
"types": "./build/index.d.ts",
|
6
6
|
"files": [
|
@@ -8,7 +8,8 @@
|
|
8
8
|
],
|
9
9
|
"scripts": {
|
10
10
|
"clean": "del ./build/*",
|
11
|
-
"build": "npm run clean && tsc"
|
11
|
+
"build": "npm run clean && tsc",
|
12
|
+
"pub": "git add . && git commit -m \"Updates\" && npm version patch && npm run build && npm publish"
|
12
13
|
},
|
13
14
|
"keywords": [],
|
14
15
|
"author": "",
|