From b96b595de2f01919609090a56eef7b9400977321 Mon Sep 17 00:00:00 2001 From: benweet Date: Tue, 3 Oct 2017 20:07:46 +0100 Subject: [PATCH] Fixed build --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1c02ab40..9fe4410f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ Thumbs.db .DS_Store stackedit.iml public/res/bower-libs +.history diff --git a/package.json b/package.json index 7f14ecec..51038bd8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "gulp": "^3.9.1", - "gulp-requirejs": "^1.0.0", + "gulp-requirejs": "~0.2.0", "gulp-jshint": "^1.8.4", "gulp-uglify": "^1.1.0", "gulp-less": "^1.3.5",