Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
Lodash is a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kmiyashiro committed Nov 22, 2013
1 parent 48f8323 commit 1760e8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# History

## 0.4.6
* lodash is a dep, not a dev-dep

## 0.4.5
* Add `dest` output config for outputting to a file (@BYK)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-mocha",
"description": "Grunt task for running client-side Mocha specs in PhantomJS",
"version": "0.4.5",
"version": "0.4.6",
"homepage": "https://github.com/kmiyashiro/grunt-mocha",
"author": {
"name": "Kelly Miyashiro",
Expand Down Expand Up @@ -30,16 +30,16 @@
},
"dependencies": {
"grunt-lib-phantomjs": "~0.4",
"mocha": "~1.14"
"mocha": "~1.14",
"lodash": "~2.3.0"
},
"peerDependencies": {
"grunt": "~0.4"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-connect": "~0.2",
"grunt-contrib-jshint": "~0.3",
"lodash": "~2.3.0"
"grunt-contrib-jshint": "~0.3"
},
"keywords": [
"gruntplugin",
Expand Down

0 comments on commit 1760e8f

Please sign in to comment.