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 9e9c1b8 commit 5ea2888Copy full SHA for 5ea2888
package.json
@@ -1,15 +1,15 @@
1
{
2
"name": "@telerik/kendo-intl",
3
"description": "A package exporting functions for date and number parsing and formatting",
4
- "version": "0.9.0",
+ "version": "0.9.1",
5
"repository": {
6
"type": "git",
7
"url": "https://github.com/telerik/kendo-intl.git"
8
},
9
"main": "dist/npm/js/main.js",
10
"typings": "dist/npm/js/main",
11
"scripts": {
12
- "build-package": "gulp build-npm-package",
+ "build-package": "gulp build-default-data",
13
"test": "gulp test",
14
"lint": "gulp lint",
15
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
0 commit comments