Merge pull request #1540 from ouijan/browser-resolution
added browser to package.json, resolves #1102
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user