From 6095be1260c5c0e7dfe88380501188d4c50975eb Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Tue, 15 Oct 2013 16:14:10 -0400 Subject: [PATCH] Preparations for npm/bower publishing --- Gruntfile.js | 2 +- bower.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index bd959e54c..e678afc31 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -27,7 +27,7 @@ module.exports = function( grunt ) { return gzip.zip( contents, {} ).length; } }, - cache: "dist/.sizecache.json" + cache: "build/.sizecache.json" } }, build: { diff --git a/bower.json b/bower.json index a74ad472a..0e93f7711 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery", - "version": "2.0.4-pre", + "version": "2.1.0-pre", "ignore": [ "**/.*", "build", @@ -13,10 +13,10 @@ "bower.json" ], "dependencies": { - "sizzle": "~1.10.11", - "requirejs": "~2.1.8" + "sizzle": "~1.10.11" }, "devDependencies": { + "requirejs": "~2.1.8", "qunit": "~1.12.0" } } -- 2.39.5