Skip to content

Commit

Permalink
feat(common): RS-28 Publish as es5 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
roopakv authored Jul 13, 2020
1 parent 724b017 commit 66ce65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"prebuild": "rm -rf lib",
"build:cjs": "tsc --outDir lib --project tsconfig-build.json",
"build:esm": "tsc --outDir esm --project tsconfig-build.json --target ES2015 --module esnext",
"build:esm": "tsc --outDir esm --project tsconfig-build.json --target es5 --module esnext",
"build": "npm run build:cjs && npm run build:esm",
"lint": "tslint 'src/**/*.ts' --config tslint.json --project tsconfig.json && tsc --noEmit",
"prepare": "npm run build",
Expand Down

0 comments on commit 66ce65a

Please sign in to comment.