Skip to content

Commit

Permalink
Better package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ralt committed Mar 24, 2013
1 parent 28a076b commit 578b1a2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
@@ -1,7 +1,11 @@
{
"name": "foreach-shim",
"description": "Shims Array.prototype.forEach in legacy browsers.",
"version": "0.1.0",
"version": "0.1.1",
"author": "Florian Margaine <florian@margaine.com>",
"main": "index.js"
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Ralt/foreach-shim"
}
}

0 comments on commit 578b1a2

Please sign in to comment.