Skip to content

Commit

Permalink
fix(package): typo in es2015 entry module path
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff committed Jan 28, 2018
1 parent 577bd06 commit c5e1b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"private": false,
"main": "./bundles/angular-draft.umd.js",
"module": "./esm5/angular-draft.js",
"es2015": "./esm2015/angular-raft.js",
"es2015": "./esm2015/angular-draft.js",
"typings": "./angular-draft.d.ts",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Anton Strogonoff",
"license": "MIT",
"module": "./esm5/angular-draft.js",
"es2015": "./esm2015/angular-raft.js",
"es2015": "./esm2015/angular-draft.js",
"typings": "./angular-draft.d.ts",
"scripts": {
"build:clean": "rm -rf ./tmp",
Expand Down

0 comments on commit c5e1b76

Please sign in to comment.