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",