chore: move typedoc them to a dev dependency. (#279)

fixes #278

Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
This commit is contained in:
Lucas Holmquist 2020-07-28 15:04:43 -04:00 committed by GitHub
parent 4a371b34de
commit c76dda6d10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

7
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "cloudevents-sdk", "name": "cloudevents",
"version": "2.0.2", "version": "3.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -9256,7 +9256,8 @@
"typedoc-clarity-theme": { "typedoc-clarity-theme": {
"version": "1.1.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/typedoc-clarity-theme/-/typedoc-clarity-theme-1.1.0.tgz", "resolved": "https://registry.npmjs.org/typedoc-clarity-theme/-/typedoc-clarity-theme-1.1.0.tgz",
"integrity": "sha1-ESlK3eTzQuL8ZqX6Yqb7dDjMVhw=" "integrity": "sha1-ESlK3eTzQuL8ZqX6Yqb7dDjMVhw=",
"dev": true
}, },
"typedoc-default-themes": { "typedoc-default-themes": {
"version": "0.10.1", "version": "0.10.1",

View File

@ -97,7 +97,6 @@
"dependencies": { "dependencies": {
"ajv": "~6.12.3", "ajv": "~6.12.3",
"axios": "~0.19.2", "axios": "~0.19.2",
"typedoc-clarity-theme": "^1.1.0",
"uuid": "~8.2.0" "uuid": "~8.2.0"
}, },
"devDependencies": { "devDependencies": {
@ -129,6 +128,7 @@
"standard-version": "^8.0.1", "standard-version": "^8.0.1",
"ts-node": "^8.10.2", "ts-node": "^8.10.2",
"typedoc": "^0.17.7", "typedoc": "^0.17.7",
"typedoc-clarity-theme": "~1.1.0",
"typescript": "^3.8.3", "typescript": "^3.8.3",
"webpack": "^4.43.0", "webpack": "^4.43.0",
"webpack-cli": "^3.3.11" "webpack-cli": "^3.3.11"