From d4aa8d4774d3ad940cba6d494107191534a4b91c Mon Sep 17 00:00:00 2001 From: Fannon Date: Wed, 28 Sep 2016 17:12:06 +0200 Subject: [PATCH] package.json define npm repo server --- package.json | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index d909929..c5d840a 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "url": "http://www.fannon.de" }, "repository": "Fannon/semlog", + "publishConfig": { + "registry": "https://registry.npmjs.org/" + }, "license": "MIT", "main": "index.js", "keywords": [ @@ -24,19 +27,19 @@ }, "devDependencies": { "chai": "^3.5.0", - "codeclimate-test-reporter": "0.3.1", + "codeclimate-test-reporter": "0.3.3", "grunt": "^1.0.1", "grunt-cli": "^1.2.0", - "grunt-documentation": "^1.1.2", - "grunt-eslint": "^18.0.0", - "grunt-jscs": "^2.8.0", - "grunt-mocha-cli": "^2.0.0", - "grunt-mocha-istanbul": "^3.0.1", - "grunt-release": "^0.13.0", - "istanbul": "^0.4.3", - "load-grunt-tasks": "^3.4.1", - "mocha": "^2.4.5", - "time-grunt": "^1.3.0" + "grunt-documentation": "^1.2.0", + "grunt-eslint": "^19.0.0", + "grunt-jscs": "^3.0.1", + "grunt-mocha-cli": "^2.1.0", + "grunt-mocha-istanbul": "^5.0.2", + "grunt-release": "^0.14.0", + "istanbul": "^0.4.5", + "load-grunt-tasks": "^3.5.2", + "mocha": "^3.1.0", + "time-grunt": "^1.4.0" }, "scripts": { "test": "grunt"