From 7ac852dae56024723399bf8414f87dd8660e9eea Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Sun, 8 Dec 2013 10:36:19 -0800 Subject: [PATCH] package.json update and .gitignore --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c427bb84..4cbb205f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ build/bundle.js build/bundle.*.js build/main.*.css screens +.DS_STORE search_replace.sh FontAwesome-Vectors.pdf index.html diff --git a/package.json b/package.json index 4e547ab6..07213033 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "backbone": "~0.9.9", "underscore": "~1.4.3", - "jquery": "~1.8.3", + "jquery": "~1.7.3", "q": "~0.8.11", "markdown": "~0.4.0", "grunt-shell": "~0.1.4"