Skip to content

Commit

Permalink
hold lodash.create and phantomjs back
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Dec 2, 2016
1 parent c530a0a commit 4c0294f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
"glob": "7.1.1",
"growl": "1.9.2",
"json3": "3.3.2",
"lodash.create": "4.2.0",
"lodash.create": "3.1.1",
"mkdirp": "0.5.1",
"supports-color": "3.1.2"
},
Expand All @@ -333,7 +333,7 @@
"karma-sauce-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.26",
"os-name": "^2.0.1",
"phantomjs": "2.1.7",
"phantomjs": "1.9.8",
"rimraf": "^2.5.2",
"should": "^11.1.1",
"through2": "^2.0.1",
Expand Down Expand Up @@ -361,5 +361,11 @@
"supports-color": false
},
"homepage": "https://mochajs.org",
"logo": "https://cldup.com/S9uQ-cOLYz.svg"
"logo": "https://cldup.com/S9uQ-cOLYz.svg",
"greenkeeper": {
"ignore": [
"phantomjs",
"lodash.create"
]
}
}

0 comments on commit 4c0294f

Please sign in to comment.