Skip to content
This repository was archived by the owner on Oct 19, 2019. It is now read-only.

Commit e505f68

Browse files
committed
fixed syntax error
1 parent b010448 commit e505f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test": "node test/test.js",
4141
"lint": "tslint -p .",
4242
"build": "tsc",
43-
"gen-doc": "typedoc --out ./docs ./lib/ --ignoreCompilerErrors --target ES6 --name SourceScrapper --excludePrivate --module commonjs --mode file --externalPattern node_modules --excludeExternals",
43+
"gen-doc": "typedoc --out ./docs ./lib/ --ignoreCompilerErrors --target ES6 --name SourceScrapper --excludePrivate --module commonjs --mode file --externalPattern node_modules --excludeExternals"
4444
},
4545
"keywords": [
4646
"source",

0 commit comments

Comments
 (0)