]> source.dussan.org Git - jquery.git/commitdiff
Preparations for npm/bower publishing
authorTimmy Willison <timmywillisn@gmail.com>
Tue, 15 Oct 2013 20:14:10 +0000 (16:14 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Tue, 15 Oct 2013 20:14:35 +0000 (16:14 -0400)
Gruntfile.js
bower.json

index bd959e54c398829d1f9c4a2228f2a46613f49950..e678afc3148537349211b31f95bbc1715e981022 100644 (file)
@@ -27,7 +27,7 @@ module.exports = function( grunt ) {
                                                return gzip.zip( contents, {} ).length;
                                        }
                                },
-                               cache: "dist/.sizecache.json"
+                               cache: "build/.sizecache.json"
                        }
                },
                build: {
index a74ad472a2bbf29770b535132cff85aae41737dc..0e93f771143cd5e4523eed5bbc073c7a5ca9bd1f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "jquery",
-  "version": "2.0.4-pre",
+  "version": "2.1.0-pre",
   "ignore": [
     "**/.*",
     "build",
     "bower.json"
   ],
   "dependencies": {
-    "sizzle": "~1.10.11",
-    "requirejs": "~2.1.8"
+    "sizzle": "~1.10.11"
   },
   "devDependencies": {
+    "requirejs": "~2.1.8",
     "qunit": "~1.12.0"
   }
 }