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",
"version": "3.0.0-pre",
"version": "3.0.0",
"main": "lodash.js",
"ignore": [
".*",

View File

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