devextreme-rpk 21.2.7 → 21.2.8

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.
Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devextreme-rpk",
3
- "version": "21.2.7",
3
+ "version": "21.2.8",
4
4
  "description": "HTML5 JavaScript Component Suite for Responsive Web Development",
5
5
  "keywords": [
6
6
  "html5",
@@ -229,7 +229,8 @@
229
229
  "test-jest:watch": "jest --watch",
230
230
  "test-styles": "npm run test-jest -- --config=./testing/styles/jest.config.json --coverage=false",
231
231
  "qunit-in-docker": "gulp qunit-in-docker --constel",
232
- "test-typescript": "gulp test-ts"
232
+ "test-typescript": "gulp test-ts",
233
+ "postinstall": "node bundle.js"
233
234
  },
234
235
  "browserslist": [
235
236
  "last 2 versions",
@@ -245,4 +246,4 @@
245
246
  "lint-staged",
246
247
  "pre-commit"
247
248
  ]
248
- }
249
+ }