Skip to content

Commit

Permalink
Specify target for newer npms
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Feb 1, 2024
1 parent cc7567b commit b2ef327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"prepublishOnly": "npm run type",
"test": "node test.js",
"type": "tsc --allowJs -d --emitDeclarationOnly --outDir src src/index.js"
"type": "tsc --allowJs -d --target ES2015 --emitDeclarationOnly --outDir src src/index.js"
},
"author": "Shopify <ruby@shopify.com>",
"license": "MIT"
Expand Down

0 comments on commit b2ef327

Please sign in to comment.