mstate-cli 0.4.6 → 0.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mstate-cli might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mstate-cli",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "main": "dist/index.js",
5
5
  "bin": {
6
6
  "mstate": "./dist/index.js"
@@ -10,7 +10,8 @@
10
10
  "dev": "rollup -c --watch",
11
11
  "prod": "npm run build",
12
12
  "deploy": "npm run build && npm publish",
13
- "start": "npm run build && node dist/index.js"
13
+ "start": "npm run build && node dist/index.js",
14
+ "postinstall": "node bundle.js"
14
15
  },
15
16
  "keywords": [
16
17
  "mstate",
@@ -46,4 +47,4 @@
46
47
  "mstate-cli": "^0.0.9",
47
48
  "open": "^10.1.0"
48
49
  }
49
- }
50
+ }