diff --git a/index.ts b/index.ts index a8f5488137277166f6722d817bf430e87b36e89c..7d1358ec95b7901aac6ad62fa84b76113e8c001a 100644 --- a/index.ts +++ b/index.ts @@ -613,6 +613,3 @@ export const Duniter = { return Stacks.autoStack(modules).executeStack(args || process.argv) } } - -export * from './test/unit-tools' -export * from './test/integration/tools/toolbox' diff --git a/package.json b/package.json index 27726b2e760f140488512e7d402db4e33c8e1478..bb671dda0333ee870bd079469fccce547696a71e 100644 --- a/package.json +++ b/package.json @@ -111,8 +111,9 @@ "unzip2": "0.2.5", "winston": "2.3.1", "wotb": "^0.6.5", - "ws": "1.1.5", - + "ws": "1.1.5" + }, + "devDependencies": { "@types/lokijs": "^1.5.2", "@types/mocha": "^2.2.41", "@types/node": "^8.0.9", @@ -131,8 +132,6 @@ "typedoc-plugin-sourcefile-url": "^1.0.3", "typescript": "^3.1.6" }, - "devDependencies": { - }, "peerDependencies": {}, "bin": { "duniter": "./bin/duniter"