Drop dependency on typedoc-webpack-plugin

It's not required for anything. Closes #268.
This commit is contained in:
Alexander Batischev 2018-01-04 17:21:56 +03:00 committed by Colin Caine
parent 3526b1c979
commit 25baa7ac53
2 changed files with 0 additions and 17 deletions

16
package-lock.json generated
View file

@ -5880,12 +5880,6 @@
"integrity": "sha1-euMBfpOWIqwxt9fX3LGzTbFpDTU=",
"dev": true
},
"lodash.clone": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/lodash.clone/-/lodash.clone-4.5.0.tgz",
"integrity": "sha1-GVhwRQ9aExkkeN9Lw9I9LeoZB7Y=",
"dev": true
},
"lodash.defaults": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
@ -8936,16 +8930,6 @@
"integrity": "sha1-bcJDPnjti+qOiHo6zeLzF4W9Yic=",
"dev": true
},
"typedoc-webpack-plugin": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/typedoc-webpack-plugin/-/typedoc-webpack-plugin-1.1.4.tgz",
"integrity": "sha1-XTv8bYJKUvQBCe6J0r+8pfGsMKE=",
"dev": true,
"requires": {
"lodash.clone": "4.5.0",
"lodash.merge": "4.6.0"
}
},
"typescript": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.5.3.tgz",

View file

@ -17,7 +17,6 @@
"ts-jest": "^21.1.3",
"ts-node": "^3.3.0",
"typedoc": "^0.9.0",
"typedoc-webpack-plugin": "^1.1.4",
"typescript": "^2.5.3",
"uglify-es": "^3.1.5",
"uglifyjs-webpack-plugin": "^1.0.0-rc.0",