@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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +3 -2
package/build/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const color = {
4
- red: 10,
4
+ red: 60,
5
5
  blue: 10,
6
6
  green: 10,
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rkticket/common",
3
- "version": "1.0.1",
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": "",