Skip to content

Commit

Permalink
Merge pull request #139 from rkurbatov/upgrade-lodash
Browse files Browse the repository at this point in the history
Upgrade lodash version, fix 'repository' field to correct form
  • Loading branch information
spalger committed May 9, 2016
2 parents 0d91672 + 631e7ed commit 81c7498
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -3,4 +3,5 @@
node_modules
build
*.node
components
components
.idea
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -3,7 +3,10 @@
"description": "JSHint plugin for gulp",
"version": "2.0.0",
"homepage": "http://github.com/spalger/gulp-jshint",
"repository": "git://github.com/spalger/gulp-jshint.git",
"repository": {
"type": "git",
"url": "git://github.com/spalger/gulp-jshint.git"
},
"contributors": [
"Spencer Alger <email@spalger.com>",
"Fractal <contact@wearefractal.com> (http://wearefractal.com/)"
Expand All @@ -14,7 +17,7 @@
],
"dependencies": {
"gulp-util": "^3.0.0",
"lodash": "^3.0.1",
"lodash": "^4.12.0",
"minimatch": "^2.0.1",
"rcloader": "0.1.2",
"through2": "~0.6.1"
Expand Down

0 comments on commit 81c7498

Please sign in to comment.