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 b67f57b commit aeb928fCopy full SHA for aeb928f
.gitbook.yml
@@ -0,0 +1,5 @@
1
+root: ./
2
+
3
+structure:
4
+ readme: README.md
5
+ summary: SUMMARY.md
.prettierignore
@@ -12,7 +12,6 @@ assets
12
.lintmdrc
13
.prettierignore
14
15
-.travis.yml
16
package-lock.json
17
18
examples/declaration-files/19-export-default-enum-error/types/foo/index.d.ts
.travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- - "10"
+ - '10'
install:
- - npm install
+ - npm install
6
script:
7
- - npm test
+ - npm test
book.json
0 commit comments