Skip to content

Commit 819f9ef

Browse files
author
ROOT\jesusarockias
committed
config(EJ2-8567): version 16.1.25 released
1 parent 1ba72b9 commit 819f9ef

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"dependencies": {
8-
"@syncfusion/ej2": "16.1.24",
8+
"@syncfusion/ej2": "16.1.25",
99
"browser-sync": "^2.18.13",
1010
"cheerio": "^1.0.0-rc.1",
1111
"crossroads": "^0.12.2",
@@ -25,7 +25,8 @@
2525
"jshint": "^2.9.2"
2626
},
2727
"scripts": {
28-
"test": "gulp js-hint && gulp build",
29-
"ci-publish": "gulp publish-samples"
28+
"test": "gulp js-hint ",
29+
"serve": "gulp serve",
30+
"build": "gulp build"
3031
}
31-
}
32+
}

0 commit comments

Comments
 (0)