Skip to content

Commit

Permalink
Merge pull request #1371 from balena-io/browser-handlebars-entrypoint
Browse files Browse the repository at this point in the history
Point browser bundlers to the appropriate handlebars entrypoint
  • Loading branch information
flowzone-app[bot] authored Aug 9, 2023
2 parents 4ed09be + 2d9cca2 commit 64e4619
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"browser": {
"index.js": "./es2015/index.js",
"es2015/util/settings-client.js": "./es2015/util/settings-client.browser.js",
"es2018/util/settings-client.js": "./es2015/util/settings-client.browser.js"
"es2018/util/settings-client.js": "./es2018/util/settings-client.browser.js",
"handlebars": "handlebars/dist/cjs/handlebars.js"
},
"homepage": "https://github.com/balena-io/balena-sdk",
"repository": {
Expand Down

0 comments on commit 64e4619

Please sign in to comment.