From dbe5f041604fdf81ef4b3ac053790fa2918fe52f Mon Sep 17 00:00:00 2001 From: Jacob Beard Date: Fri, 22 Jun 2018 01:07:44 +0200 Subject: [PATCH] Updated package.json --- package.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 68f43bc..fb9b7fe 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,8 @@ "scion-core-test-framework": "1.0.0", "typedoc": "^0.11.1", "underscore": "^1.8.3", - "watchify": "^3.9.0" + "watchify": "^3.9.0", + "scion-core-test-framework": "1.0.0" }, "engines": { "node": ">=4.2.2" @@ -71,12 +72,8 @@ "scripts": { "postversion": "git push --follow-tags && npm publish", "test": "grunt test", - "build": "grunt build && npm run docs", + "build": "grunt build", "watch": "watchify -d lib/scion.js -o dist/scion.js -s scion", "docs": "typedoc --module commonjs --includeDeclarations --out docs/ ./tsd/scion-core.d.ts --readme README.md" - }, - "dependencies": { - "scion-core-base": "1.0.0", - "scion-core-test-framework": "1.0.0" } }