We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eaae12 commit c658b98Copy full SHA for c658b98
package.json
@@ -22,7 +22,7 @@
22
"setup": "npm install -g semantic-release-cli && semantic-release-cli setup",
23
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
24
"prebuild": "rimraf dist",
25
- "build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src",
+ "build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es5 --theme minimal --mode file src",
26
"start": "rollup -c rollup.config.ts -w",
27
"test": "jest --coverage",
28
"test:watch": "jest --coverage --watch",
0 commit comments