Skip to content

Commit

Permalink
Merge pull request #513 from leomp12/fix/browser-entry
Browse files Browse the repository at this point in the history
Fix pkg entry file for browser (compiled)
  • Loading branch information
mde authored May 16, 2020
2 parents e15a8c4 + 3b96bd4 commit 1be9d90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"ejs": "./bin/cli.js"
},
"main": "./lib/ejs.js",
"browser": "ejs.min.js",
"jsdelivr": "ejs.min.js",
"unpkg": "ejs.min.js",
"repository": {
"type": "git",
"url": "git://github.com/mde/ejs.git"
Expand Down

0 comments on commit 1be9d90

Please sign in to comment.