Update bower.json and component.json.

This commit is contained in:
John-David Dalton
2015-01-17 15:08:06 -08:00
committed by jdalton
parent ab210b3988
commit 3b2ed06864
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "lodash", "name": "lodash",
"version": "3.0.0-pre", "version": "3.0.0",
"main": "lodash.js", "main": "lodash.js",
"ignore": [ "ignore": [
".*", ".*",

View File

@@ -1,10 +1,10 @@
{ {
"name": "lodash", "name": "lodash",
"repo": "lodash/lodash", "repo": "lodash/lodash",
"version": "3.0.0-pre", "version": "3.0.0",
"description": "A utility library delivering consistency, modularity, performance, & extras.", "description": "The modern build of Lo-Dash.",
"license": "MIT", "license": "MIT",
"main": "lodash.js", "main": "lodash.js",
"keywords": ["functional", "util"], "keywords": ["stdlib", "util"],
"scripts": ["lodash.js"] "scripts": ["lodash.js"]
} }