Skip to content

Commit c658b98

Browse files
authored
change target to es5 to work on IE
#1
1 parent 4eaae12 commit c658b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"setup": "npm install -g semantic-release-cli && semantic-release-cli setup",
2323
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
2424
"prebuild": "rimraf dist",
25-
"build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src",
25+
"build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es5 --theme minimal --mode file src",
2626
"start": "rollup -c rollup.config.ts -w",
2727
"test": "jest --coverage",
2828
"test:watch": "jest --coverage --watch",

0 commit comments

Comments
 (0)