Skip to content

Commit

Permalink
Update package.json (#81)
Browse files Browse the repository at this point in the history
Support of older browsers (like ie11 etc.) within commonjs build
  • Loading branch information
treago authored and se-panfilov committed Oct 21, 2019
1 parent d93c6c3 commit e6bd8e1
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 @@ -8,7 +8,7 @@
"types": "./types/index.d.ts",
"scripts": {
"build": "rimraf lib && yarn build:commonjs && yarn build:es6 && yarn build:amd && yarn build:umd && yarn build:system",
"build:commonjs": "yarn ts --outDir lib/commonjs --module CommonJS",
"build:commonjs": "yarn ts --outDir lib/commonjs --module CommonJS --target ES5",
"build:es6": "yarn ts --outDir lib/es6 --module ES6",
"build:amd": "yarn ts --outDir lib/amd --module AMD",
"build:umd": "yarn ts --outDir lib/umd --module UMD",
Expand Down

0 comments on commit e6bd8e1

Please sign in to comment.