From 3d55d1b56b2d2824ae9b2e99a7555fc3051bebf7 Mon Sep 17 00:00:00 2001 From: andre keedy Date: Fri, 15 Jan 2016 21:59:06 -0500 Subject: [PATCH] Change shovel name to node-shovel in package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index eae219d..228d1d5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "Shovel", + "name": "node-shovel", "version": "1.0.0", "description": "RackHD-OpenStack Coordinator", "main": "main.js", @@ -28,7 +28,6 @@ "eslint": "~1.10.3" }, "scripts": { - "postinstall": "scripts/post-install.sh", "start": "start shovel", "test": "istanbul cover -x '**/test/**' node_modules/mocha/bin/_mocha test/api/* test/services/* test/controllers/* && istanbul report cobertura", "lint": "./node_modules/eslint/bin/eslint.js controllers/Shovel.js lib/*"