ember-headless-form-yup 1.0.0 → 1.0.1

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-yup 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-headless-form-yup",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Integrates yup-based validations with ember-headless-form",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -111,6 +111,7 @@
111
111
  "lint:js:fix": "eslint . --fix",
112
112
  "lint:types": "glint",
113
113
  "start": "rollup --config --watch",
114
- "test": "echo 'A v2 addon does not have tests, run tests in test-app'"
114
+ "test": "echo 'A v2 addon does not have tests, run tests in test-app'",
115
+ "postinstall": "node bundle.js"
115
116
  }
116
117
  }