diff options
| author | Christoph Schlosser <christoph@linux.com> | 2019-10-05 15:23:22 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2019-10-05 15:32:45 +0200 |
| commit | 11c1fc3508c226094ba1ffeb09d7e464b342f9a8 (patch) | |
| tree | a027329d00a928836d39028c2fcb5a548d33097f | |
| parent | 0e62ebe5776770b340fb274a04671e0b78d2cd15 (diff) | |
| download | doxdocgen-11c1fc3508c226094ba1ffeb09d7e464b342f9a8.tar.gz | |
Don’t use tyoes with vscode
| -rw-r--r-- | package-lock.json | 6 | ||||
| -rw-r--r-- | package.json | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 6e9ab68..2513523 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,12 +36,6 @@ "integrity": "sha512-Otxmr2rrZLKRYIybtdG/sgeO+tHY20GxeDjcGmUnmmlCWyEnv2a2x1ZXBo3BTec4OiTXMQCiazB8NMBf0iRlFw==", "dev": true }, - "@types/vscode": { - "version": "1.38.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.38.0.tgz", - "integrity": "sha512-aGo8LQ4J1YF0T9ORuCO+bhQ5sGR1MXa7VOyOdEP685se3wyQWYUExcdiDi6rvaK61KUwfzzA19JRLDrUbDl7BQ==", - "dev": true - }, "abbrev": { "version": "1.0.9", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.0.9.tgz", diff --git a/package.json b/package.json index ae060ea..9eb19ef 100644 --- a/package.json +++ b/package.json @@ -249,7 +249,6 @@ "devDependencies": { "@types/mocha": "^5.2.7", "@types/node": "^12.7.1", - "@types/vscode": "^1.37.0", "decache": "^4.5.1", "istanbul": "^0.4.5", "mocha": "^6.2.1", |