Skip to content
Snippets Groups Projects
Commit 58739709 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] do not export testing tools, which require dev dependencies

parent 282a33d4
No related branches found
No related tags found
No related merge requests found
...@@ -613,6 +613,3 @@ export const Duniter = { ...@@ -613,6 +613,3 @@ export const Duniter = {
return Stacks.autoStack(modules).executeStack(args || process.argv) return Stacks.autoStack(modules).executeStack(args || process.argv)
} }
} }
export * from './test/unit-tools'
export * from './test/integration/tools/toolbox'
...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment