Skip to content

Commit

Permalink
feat: add ES2015 bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvetomir committed Feb 14, 2018
1 parent 7c3b92a commit 72fca97
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "@telerik/kendo-draggable",
"description": "A cross-browser/event abstraction that handles mouse and touch drag sequences",
"author": "Progress",
"license": "Apache-2.0",
"version": "1.0.0",
"main": "dist/npm/main.js",
"module": "dist/es/main.js",
"jsnext:main": "dist/es/main.js",
"typings": "dist/es/main",
"es2015": "dist/es2015/main.js",
"typings": "dist/npm/main.d.ts",
"jsdelivr": "dist/cdn/js/kendo-draggable.js",
"unpkg": "dist/cdn/js/kendo-draggable.js",
"scripts": {
Expand All @@ -20,16 +23,14 @@
"dependencies": {},
"devDependencies": {
"@telerik/eslint-config": "^1.0.0",
"@telerik/kendo-package-tasks": "^1.6.1",
"@telerik/kendo-package-tasks": "^2.0.0",
"@telerik/semantic-prerelease": "^1.0.0",
"cz-conventional-changelog": "^1.1.5",
"ghooks": "^1.0.3",
"gulp": "3.9.0",
"validate-commit-msg": "^1.1.1",
"semantic-release": "^6.3.6"
},
"author": "Progress",
"license": "Apache-2.0",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit 72fca97

Please sign in to comment.