summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Fridman <mail@seanfridman.com>2015-12-12 18:49:24 +0100
committerSean Fridman <mail@seanfridman.com>2015-12-12 18:49:24 +0100
commitbf5e138b769ffb6e2955c294f7bbec517d71f3db (patch)
treeb95557fee446bf73eb74e202e861cfc77d566ab6
parent5a3eead8e5819ff2f9bff121f92b9aef55a79d08 (diff)
Fix deps
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8587ab7..2e9c03d 100644
--- a/package.json
+++ b/package.json
@@ -12,9 +12,7 @@
"dependencies": {
"dotenv": "^1.1.0",
"express": "^4.12.3",
- "grunt-dentist": "^0.3.4",
"object-assign": "^2.0.0",
- "pm2": "^0.12.15",
"q": "^1.2.0"
},
"devDependencies": {
@@ -22,6 +20,7 @@
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
+ "grunt-dentist": "^0.3.4",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.9.1"
}