Browse Source

Disable typedoc until TS1.8 is supported

Steven Silvester 9 years ago
parent
commit
860b4be8a4
2 changed files with 2 additions and 5 deletions
  1. 1 4
      scripts/tdoptions.json
  2. 1 1
      scripts/travis_script.sh

+ 1 - 4
scripts/tdoptions.json

@@ -6,9 +6,6 @@
   "mode": "file",
   "out": "docs",
   "src": [
-    "src/index.ts",
-    "typings/codemirror/codemirror.d.ts",
-    "typings/es6-promise.d.ts",
-    "typings/moment/moment.d.ts"
+    "src"
   ]
 }

+ 1 - 1
scripts/travis_script.sh

@@ -9,4 +9,4 @@ npm test
 npm run test:coverage
 export PATH="$HOME/miniconda/bin:$PATH"
 npm run build:example
-npm run docs
+#npm run docs