Remove types for detect-node from typescript-typings

This commit is contained in:
Leonid Logvinov 2018-09-04 15:02:50 +02:00
parent 77acbdd3ea
commit b525ccc825
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
2 changed files with 1 additions and 3 deletions

View File

@ -1,3 +0,0 @@
declare module 'detect-node' {
export const isNode: boolean;
}

View File

@ -28,6 +28,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/utils/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/utils/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/tslint-config": "^1.0.6", "@0xproject/tslint-config": "^1.0.6",
"@types/detect-node": "2.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"chai": "^4.0.1", "chai": "^4.0.1",