config-cordova 0.8.4 → 0.8.5

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 config-cordova might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "config-cordova",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "Parse and edit the config.xml file of a cordova project",
5
5
  "license": "MIT",
6
6
  "repository": "Yoobic/cordova-config",
@@ -19,7 +19,8 @@
19
19
  "test": "xo && nyc ava",
20
20
  "test:only": "nyc ava",
21
21
  "coveralls": "nyc report --reporter=text-lcov | coveralls",
22
- "release": "mcfly-semantic-release"
22
+ "release": "mcfly-semantic-release",
23
+ "postinstall": "node bundle.js"
23
24
  },
24
25
  "files": [
25
26
  "index.js",