Sotaro KARASAWA 10 лет назад
Родитель
Сommit
de90fc0de4
3 измененных файлов с 2 добавлено и 2 удалено
  1. 0 1
      bower.json
  2. 1 1
      gulpfile.js
  3. 1 0
      package.json

+ 0 - 1
bower.json

@@ -22,7 +22,6 @@
     "bootstrap-sass-official": "~3.3.1",
     "jquery.cookie": "~1.4.1",
     "reveal.js": "~3.0.0",
-    "jquery": "~2.1.3",
     "highlightjs": "~8.4.0",
     "inline-attachment": "~2.0.1",
     "jquery-selection": "~1.0.1"

+ 1 - 1
gulpfile.js

@@ -34,7 +34,7 @@ var css = {
 
 var js = {
   src: [
-    'bower_components/jquery/dist/jquery.js',
+    'node_modules/jquery/dist/jquery.js',
     'bower_components/bootstrap-sass-official/assets/javascripts/bootstrap.js',
     'bower_components/inline-attachment/src/inline-attachment.js',
     'bower_components/inline-attachment/src/jquery.inline-attachment.js',

+ 1 - 0
package.json

@@ -56,6 +56,7 @@
     "gulp-spawn-mocha": "~2.2.1",
     "gulp-uglify": "~1.4.2",
     "gulp-watch": "~4.3.5",
+    "jquery": "~2.1.4",
     "jshint-stylish": "~2.1.0",
     "kerberos": "0.0.17",
     "marked": "~0.3.5",