Skip to content

Commit 5ea2888

Browse files
committed
fix: build package with default CLDR data
1 parent 9e9c1b8 commit 5ea2888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@telerik/kendo-intl",
33
"description": "A package exporting functions for date and number parsing and formatting",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/telerik/kendo-intl.git"
88
},
99
"main": "dist/npm/js/main.js",
1010
"typings": "dist/npm/js/main",
1111
"scripts": {
12-
"build-package": "gulp build-npm-package",
12+
"build-package": "gulp build-default-data",
1313
"test": "gulp test",
1414
"lint": "gulp lint",
1515
"semantic-release": "semantic-release pre && npm publish && semantic-release post"

0 commit comments

Comments
 (0)