We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5d2fb commit 11eb1c4Copy full SHA for 11eb1c4
package.json
@@ -2,7 +2,7 @@
2
"name": "jquery",
3
"title": "jQuery",
4
"description": "JavaScript library for DOM operations",
5
- "version": "1.9.0pre",
+ "version": "1.9.0rc1",
6
"homepage": "http://jquery.com",
7
"author": {
8
"name": "jQuery Foundation and other contributors",
@@ -22,7 +22,7 @@
22
}
23
],
24
"scripts": {
25
- "test" : "./node_modules/.bin/grunt"
+ "test": "./node_modules/.bin/grunt"
26
},
27
"dependencies": {},
28
"devDependencies": {
0 commit comments