Skip to content

Commit 7e3b578

Browse files
committed
feat: add ES2015 bundle
1 parent abe4bd4 commit 7e3b578

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"name": "@telerik/kendo-intl",
33
"description": "A package exporting functions for date and number parsing and formatting",
4+
"author": "Telerik",
5+
"license": "Apache-2.0",
46
"version": "0.0.0-semantically-released",
5-
"repository": {
6-
"type": "git",
7-
"url": "https://github.com/telerik/kendo-intl.git"
8-
},
97
"main": "dist/npm/main.js",
108
"module": "dist/es/main.js",
119
"jsnext:main": "dist/es/main.js",
12-
"typings": "dist/es/main",
10+
"es2015": "dist/es2015/main.js",
11+
"typings": "dist/npm/main.d.ts",
1312
"scripts": {
1413
"build-package": "gulp build-rollup-package",
1514
"test": "gulp test",
@@ -21,13 +20,10 @@
2120
"Kendo",
2221
"Internationalization"
2322
],
24-
"dependencies": {
25-
},
26-
"author": "Telerik",
27-
"license": "Apache-2.0",
23+
"dependencies": {},
2824
"devDependencies": {
2925
"@telerik/eslint-config": "^1.0.0",
30-
"@telerik/kendo-package-tasks": "^1.6.1",
26+
"@telerik/kendo-package-tasks": "^2.0.0",
3127
"@telerik/semantic-prerelease": "^1.0.0",
3228
"cldr-data": "latest",
3329
"cz-conventional-changelog": "^1.1.5",
@@ -45,6 +41,10 @@
4541
"commit-msg": "validate-commit-msg"
4642
}
4743
},
44+
"repository": {
45+
"type": "git",
46+
"url": "https://github.com/telerik/kendo-intl.git"
47+
},
4848
"release": {
4949
"debug": false,
5050
"branchTags": {

0 commit comments

Comments
 (0)