We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b49c8 commit 5b80ca8Copy full SHA for 5b80ca8
1 file changed
package.json
@@ -29,6 +29,7 @@
29
"dasherize": "^2.0.0",
30
"del": "^3.0.0",
31
"devextreme": "~19.2.5",
32
+ "devextreme-internal-tools": "^1.0.0",
33
"dot": "^1.1.2",
34
"enzyme": "^3.7.0",
35
"enzyme-adapter-react-16": "^1.6.0",
@@ -64,7 +65,8 @@
64
65
"clean": "gulp clean",
66
"test": "jest",
67
"test-watch": "jest --watch",
- "pack": "gulp npm.pack"
68
+ "pack": "gulp npm.pack",
69
+ "update-integration-meta": "dx-tools update-integration-meta"
70
},
71
"keywords": [
72
"react",
0 commit comments