Skip to content

Commit 66ce65a

Browse files
authored
feat(common): RS-28 Publish as es5 (#30)
1 parent 724b017 commit 66ce65a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"scripts": {
2323
"prebuild": "rm -rf lib",
2424
"build:cjs": "tsc --outDir lib --project tsconfig-build.json",
25-
"build:esm": "tsc --outDir esm --project tsconfig-build.json --target ES2015 --module esnext",
25+
"build:esm": "tsc --outDir esm --project tsconfig-build.json --target es5 --module esnext",
2626
"build": "npm run build:cjs && npm run build:esm",
2727
"lint": "tslint 'src/**/*.ts' --config tslint.json --project tsconfig.json && tsc --noEmit",
2828
"prepare": "npm run build",

0 commit comments

Comments
 (0)