diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index b4f6177d7..120ca1a19 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jquery", "title": "jQuery", "description": "JavaScript library for DOM operations", - "version": "2.0.0pre", + "version": "2.0.0b1", "homepage": "http://jquery.com", "author": { "name": "jQuery Foundation and other contributors", @@ -22,7 +22,7 @@ } ], "scripts": { - "test" : "./node_modules/.bin/grunt" + "test": "./node_modules/.bin/grunt" }, "dependencies": {}, "devDependencies": { |