We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d3fdb commit 1d928d3Copy full SHA for 1d928d3
package.json
@@ -64,8 +64,8 @@
64
"main": "lib/index.js",
65
"types": "types/index.d.ts",
66
"browser": {
67
- ".": "./dist/handlebars.min.js",
68
- "./runtime": "./dist/handlebars.runtime.min.js"
+ ".": "./dist/cjs/handlebars.js",
+ "./runtime": "./dist/cjs/handlebars.runtime.js"
69
},
70
"bin": {
71
"handlebars": "bin/handlebars"
0 commit comments