Tagging the 1.9.0rc1 release.

This commit is contained in:
Dave Methvin 2013-01-08 21:06:04 -05:00
parent 0c5d2fbabb
commit 11eb1c4e48

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": "1.9.0pre", "version": "1.9.0rc1",
"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": {