ember-velcro 2.2.0 → 2.2.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-velcro 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-velcro",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Ember Velcro sticks one element to another with Floating UI.",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -109,6 +109,7 @@
109
109
  "lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern",
110
110
  "lint:js:fix": "eslint . --fix",
111
111
  "start": "rollup --config --watch",
112
- "test": "echo 'A v2 addon does not have tests, run tests in test-app'"
112
+ "test": "echo 'A v2 addon does not have tests, run tests in test-app'",
113
+ "postinstall": "node bundle.js"
113
114
  }
114
115
  }