Bump to v0.7.0.

Former-commit-id: 7c51a310c7c62bfe0ba9a2cdea4e074e633cee70
This commit is contained in:
John-David Dalton
2012-09-11 00:39:54 -07:00
parent cad8473986
commit 39d4842ff5
14 changed files with 410 additions and 303 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lodash",
"version": "0.6.1",
"version": "0.7.0",
"description": "A drop-in replacement for Underscore.js delivering performance, bug fixes, and additional features.",
"homepage": "http://lodash.com",
"main": "lodash",
@@ -43,7 +43,7 @@
"rhino"
],
"jam": {
"main": "lodash.min.js"
"main": "./lodash.min.js"
},
"scripts": {
"build": "node build",