Skip to content

Commit

Permalink
build: Updating development dependencies
Browse files Browse the repository at this point in the history
* grunt-banana-checker: 0.3.0 → 0.4.0

Change-Id: I2bf48f7901d7540a6f50ae3c5f505bb6617eec0d
  • Loading branch information
legoktm committed Oct 11, 2015
1 parent 2b11350 commit 6b5dd79
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "Wikibase",
"version": "0.0.0",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://gerrit.wikimedia.org/r/mediawiki/extensions/Wikibase"
},
"author": "The Wikidata team",
"license": "GPL-2.0+",
"devDependencies": {
"grunt": "0.4.5",
"grunt-banana-checker": "0.3.0",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.11.3",
"grunt-jscs": "2.1.0"
}
"name": "Wikibase",
"version": "0.0.0",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://gerrit.wikimedia.org/r/mediawiki/extensions/Wikibase"
},
"author": "The Wikidata team",
"license": "GPL-2.0+",
"devDependencies": {
"grunt": "0.4.5",
"grunt-banana-checker": "0.4.0",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.11.3",
"grunt-jscs": "2.1.0"
}
}

0 comments on commit 6b5dd79

Please sign in to comment.