Skip to content

Commit

Permalink
chore: remove typedoc and publish old site
Browse files Browse the repository at this point in the history
  • Loading branch information
yarastqt committed Jan 3, 2020
1 parent 14097ea commit 40c48e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"version": "0.0.0",
"scripts": {
"bootstrap": "lerna bootstrap",
"docs:build": "typedoc --options ./typedoc.js packages/*/*.tsx",
"docs:deploy": "gh-pages -d reference",
"lint": "lerna run lint",
"prepublishOnly": "npm run docs:build && npm run docs:deploy",
"prepush": "lerna run test",
"publish:next": "lerna publish --canary --preid dev --npm-tag next --no-git-tag-version"
},
Expand All @@ -23,7 +20,6 @@
"chalk": "2.4.1",
"enzyme": "3.7.0",
"enzyme-adapter-react-16": "1.7.0",
"gh-pages": "2.0.1",
"gzip-size": "5.1.0",
"husky": "3.0.5",
"jsdom": "13.0.0",
Expand All @@ -45,7 +41,6 @@
"ts-node": "7.0.1",
"tslint": "5.11.0",
"tslint-react": "3.6.0",
"typedoc": "0.13.0",
"typescript": "3.2.1"
}
}

0 comments on commit 40c48e7

Please sign in to comment.