Tagging the 2.0.0b1 release.

This commit is contained in:
Dave Methvin 2013-01-14 23:19:18 -05:00
parent a8cbbd3615
commit 2cc06af007

View File

@ -2,7 +2,7 @@
"name": "jquery", "name": "jquery",
"title": "jQuery", "title": "jQuery",
"description": "JavaScript library for DOM operations", "description": "JavaScript library for DOM operations",
"version": "2.0.0pre", "version": "2.0.0b1",
"homepage": "http://jquery.com", "homepage": "http://jquery.com",
"author": { "author": {
"name": "jQuery Foundation and other contributors", "name": "jQuery Foundation and other contributors",
@ -22,7 +22,7 @@
} }
], ],
"scripts": { "scripts": {
"test" : "./node_modules/.bin/grunt" "test": "./node_modules/.bin/grunt"
}, },
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {