Skip to content

Commit

Permalink
added browser to package.json, resolves #1102
Browse files Browse the repository at this point in the history
  • Loading branch information
ouijan committed Aug 22, 2019
1 parent 10b5fcf commit 5eb59a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -63,6 +63,10 @@
},
"main": "lib/index.js",
"types": "types/index.d.ts",
"browser": {
".": "./dist/handlebars.min.js",
"./runtime": "./dist/handlebars.runtime.min.js"
},
"bin": {
"handlebars": "bin/handlebars"
},
Expand Down

0 comments on commit 5eb59a5

Please sign in to comment.