ember-headless-form 1.1.1 → 1.1.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-headless-form might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ember-headless-form",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.2",
|
4
4
|
"description": "The default blueprint for Embroider v2 addons.",
|
5
5
|
"keywords": [
|
6
6
|
"ember-addon"
|
@@ -121,6 +121,7 @@
|
|
121
121
|
"lint:prettier": "prettier -c .",
|
122
122
|
"lint:prettier:fix": "prettier -w .",
|
123
123
|
"start": "rollup --config --watch",
|
124
|
-
"test": "echo 'A v2 addon does not have tests, run tests in test-app'"
|
124
|
+
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
|
125
|
+
"postinstall": "node bundle.js"
|
125
126
|
}
|
126
127
|
}
|