Skip to content
This repository was archived by the owner on Apr 14, 2020. It is now read-only.

Commit 8cad0d3

Browse files
authored
Merge pull request #93 from madou/docz
Adds docz
2 parents 9983f9e + 8b93a1a commit 8cad0d3

127 files changed

Lines changed: 9916 additions & 6834 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ node_modules
77
.DS_Store
88
.npmrc
99
IsolatedStorage
10+
.docz
11+
docs

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10.15.3

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: node_js
22
node_js:
3-
- '9.11.2'
3+
- '10'
44
script:
55
- yarn test
66
- yarn build
77
- yarn size
88
before_install:
9-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.6.0
9+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
1010
- export PATH="$HOME/.yarn/bin:$PATH"
1111
cache:
1212
yarn: true

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"search.exclude": {
44
"**/node_modules": true,
55
"**/bower_components": true,
6-
"**/docs/**": true
6+
"**/docs/**": true,
7+
".docz": true
78
},
89
"typescript.tsdk": "node_modules/typescript/lib",
910
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"]

0 commit comments

Comments
 (0)