-
- Downloads
[fix] do not export testing tools, which require dev dependencies
... | @@ -111,8 +111,9 @@ | ... | @@ -111,8 +111,9 @@ |
"unzip2": "0.2.5", | "unzip2": "0.2.5", | ||
"winston": "2.3.1", | "winston": "2.3.1", | ||
"wotb": "^0.6.5", | "wotb": "^0.6.5", | ||
"ws": "1.1.5", | "ws": "1.1.5" | ||
}, | |||
"devDependencies": { | |||
"@types/lokijs": "^1.5.2", | "@types/lokijs": "^1.5.2", | ||
"@types/mocha": "^2.2.41", | "@types/mocha": "^2.2.41", | ||
"@types/node": "^8.0.9", | "@types/node": "^8.0.9", | ||
... | @@ -131,8 +132,6 @@ | ... | @@ -131,8 +132,6 @@ |
"typedoc-plugin-sourcefile-url": "^1.0.3", | "typedoc-plugin-sourcefile-url": "^1.0.3", | ||
"typescript": "^3.1.6" | "typescript": "^3.1.6" | ||
}, | }, | ||
"devDependencies": { | |||
}, | |||
"peerDependencies": {}, | "peerDependencies": {}, | ||
"bin": { | "bin": { | ||
"duniter": "./bin/duniter" | "duniter": "./bin/duniter" | ||
... | ... |
Please register or sign in to comment