From 5b82c5187b11be9fd1503fbc02755a3edef96c33 Mon Sep 17 00:00:00 2001 From: Evan Shortiss Date: Fri, 16 Sep 2016 09:17:58 -0700 Subject: [PATCH] temp name for testing --- README.md | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 728adae..f89b7d4 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,6 @@ npm install npm install -g grunt-cli ``` -Then to run the tests use ```grunt fh:test``` +Then to run the tests use ```npm test``` On Windows, use ```npm run testwindows``` diff --git a/package.json b/package.json index 3876dbe..89ff2b3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "fh-mbaas-api", + "name": "custom-fh-mbaas-api", "version": "5.13.11", "description": "FeedHenry MBAAS Cloud APIs", "main": "lib/api.js", @@ -32,6 +32,7 @@ "clear-require": "1.0.1", "express": "3.3.4", "grunt": "^0.4.5", + "grunt-cli": "^1.2.0", "grunt-fh-build": "^0.5.0", "istanbul": "0.2.14", "jshint": "^2.5.2",