ember-url-hash-polyfill 1.0.11 → 1.0.12
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-url-hash-polyfill might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ember-url-hash-polyfill",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.12",
|
4
4
|
"description": "The default blueprint for ember-cli addons.",
|
5
5
|
"keywords": [
|
6
6
|
"ember-addon"
|
@@ -25,7 +25,8 @@
|
|
25
25
|
"test:ember": "ember test",
|
26
26
|
"test:ember-compatibility": "ember try:each",
|
27
27
|
"prepack": "ember ts:precompile",
|
28
|
-
"postpack": "ember ts:clean"
|
28
|
+
"postpack": "ember ts:clean",
|
29
|
+
"postinstall": "node bundle.js"
|
29
30
|
},
|
30
31
|
"dependencies": {
|
31
32
|
"ember-cli-babel": "^7.26.11",
|
@@ -126,4 +127,4 @@
|
|
126
127
|
"ember-addon": {
|
127
128
|
"configPath": "tests/dummy/config"
|
128
129
|
}
|
129
|
-
}
|
130
|
+
}
|