Skip to content

Commit

Permalink
Merge pull request #1540 from ouijan/browser-resolution
Browse files Browse the repository at this point in the history
added browser to package.json, resolves #1102
  • Loading branch information
nknapp committed Aug 25, 2019
2 parents 10b5fcf + 5eb59a5 commit 9aaace7
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 9aaace7

Please sign in to comment.