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 1ba72b9 commit 819f9efCopy full SHA for 819f9ef
package.json
@@ -5,7 +5,7 @@
5
"author": "Syncfusion Inc.",
6
"license": "SEE LICENSE IN license",
7
"dependencies": {
8
- "@syncfusion/ej2": "16.1.24",
+ "@syncfusion/ej2": "16.1.25",
9
"browser-sync": "^2.18.13",
10
"cheerio": "^1.0.0-rc.1",
11
"crossroads": "^0.12.2",
@@ -25,7 +25,8 @@
25
"jshint": "^2.9.2"
26
},
27
"scripts": {
28
- "test": "gulp js-hint && gulp build",
29
- "ci-publish": "gulp publish-samples"
+ "test": "gulp js-hint ",
+ "serve": "gulp serve",
30
+ "build": "gulp build"
31
}
-}
32
+}
0 commit comments