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

+ 0 - 1
bower.json

@@ -20,7 +20,6 @@
   ],
   "dependencies": {
     "bootstrap-sass-official": "~3.3.1",
-    "jquery.cookie": "~1.4.1",
     "reveal.js": "~3.0.0",
     "highlightjs": "~8.4.0",
     "inline-attachment": "~2.0.1",

+ 1 - 1
gulpfile.js

@@ -40,7 +40,7 @@ var js = {
     'bower_components/inline-attachment/src/jquery.inline-attachment.js',
     'node_modules/socket.io-client/socket.io.js',
     'node_modules/marked/lib/marked.js',
-    'bower_components/jquery.cookie/jquery.cookie.js',
+    'node_modules/jquery.cookie/jquery.cookie.js',
     'bower_components/jquery-selection/src/jquery.selection.js',
     'bower_components/highlightjs/highlight.pack.js',
     'resource/js/crowi.js'

+ 1 - 0
package.json

@@ -57,6 +57,7 @@
     "gulp-uglify": "~1.4.2",
     "gulp-watch": "~4.3.5",
     "jquery": "~2.1.4",
+    "jquery.cookie": "~1.4.1",
     "jshint-stylish": "~2.1.0",
     "kerberos": "0.0.17",
     "marked": "~0.3.5",