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

+ 0 - 1
bower.json

@@ -21,7 +21,6 @@
   "dependencies": {
     "bootstrap-sass-official": "~3.3.1",
     "jquery.cookie": "~1.4.1",
-    "marked": "~0.3.3",
     "reveal.js": "~3.0.0",
     "jquery": "~2.1.3",
     "highlightjs": "~8.4.0",

+ 1 - 1
gulpfile.js

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

+ 1 - 0
package.json

@@ -58,6 +58,7 @@
     "gulp-watch": "~4.3.5",
     "jshint-stylish": "~2.1.0",
     "kerberos": "0.0.17",
+    "marked": "~0.3.5",
     "method-override": "~2.3.1",
     "mongoose": "4.2.5",
     "mongoose-paginate": "4.2.0",