@todesktop/cli 1.2.4 → 1.4.0

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/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@todesktop/cli",
7
- "version": "1.2.4",
7
+ "version": "1.4.0",
8
8
  "license": "MIT",
9
9
  "author": "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
10
10
  "homepage": "https://todesktop.com/cli",
@@ -21,6 +21,7 @@
21
21
  "dev": "cp-cli dev.env .env && pastel dev",
22
22
  "dev:prod": "cp-cli prod.env .env && pastel dev",
23
23
  "build": "cross-env NODE_ENV=production pastel build && cp-cli prod.env .env && cp node_modules/pastel/boot.js build/boot.js && sed -i'.bak' 's@pastel\\/boot@.\\/boot@g' build/cli.js",
24
+ "build:dev": "cross-env NODE_ENV=development pastel build && cp-cli prod.env .env && cp node_modules/pastel/boot.js build/boot.js && sed -i'.bak' 's@pastel\\/boot@.\\/boot@g' build/cli.js",
24
25
  "lint": "eslint .",
25
26
  "lint--fix": "eslint . --fix",
26
27
  "release": "npm run build && npx np --tag=latest",
@@ -67,6 +68,7 @@
67
68
  "is-ci": "^3.0.1",
68
69
  "is-installed-globally": "^0.3.2",
69
70
  "latest-version": "^5.1.0",
71
+ "lodash.merge": "^4.6.2",
70
72
  "lodash.throttle": "^4.1.1",
71
73
  "parse-author": "^2.0.0",
72
74
  "pkg-up": "^3.1.0",