@aetherpush/cli 0.5.0 → 0.5.1

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.
package/bin/script/cli.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@aetherpush/cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Command-line interface for Aether — over-the-air updates for React Native apps.",
5
5
  "main": "./bin/script/index.js",
6
6
  "types": "./bin/script/index.d.ts",
7
7
  "scripts": {
8
8
  "start": "node ./bin/script/cli.js",
9
- "build": "tsc",
9
+ "build": "tsc && node -e \"require('fs').chmodSync('bin/script/cli.js', 0o755)\"",
10
+ "prepack": "node -e \"require('fs').chmodSync('bin/script/cli.js', 0o755)\"",
10
11
  "clean": "rimraf bin",
11
12
  "typecheck": "tsc --noEmit",
12
13
  "prettier": "prettier --write \"./**/*.ts\"",