Skip to content

Commit

Permalink
feat: clean up doc annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojz committed Mar 5, 2019
1 parent d268a69 commit e1bee2c
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 23 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ yarn-error.log*

public/scripts/**/*.js
public/scripts/**/*.js.map

/docs
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ src
tests
webpack.config.js
examples

/docs
175 changes: 175 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"build": "./build.sh",
"build:code": "babel src --out-dir build --extensions '.ts' --ignore '**/*.test.ts'",
"build:docs": "typedoc src",
"build:types": "tsc --emitDeclarationOnly",
"clean": "rimraf build coverage",
"lint:js": "eslint 'src/**/**?(.spec|).js'",
Expand Down Expand Up @@ -51,6 +52,7 @@
"prettier": "^1.16.4",
"redux": "^4.0.1",
"rimraf": "^2.6.3",
"typedoc": "^0.14.2",
"typescript": "^3.3.3333"
},
"jest": {
Expand Down
Loading

0 comments on commit e1bee2c

Please sign in to comment.