Просмотр исходного кода

Merge pull request #230 from crowi/inline-attachment-npm

InlineAttachement: Using npm instead of git archive
Sotaro KARASAWA 8 лет назад
Родитель
Сommit
fd0f80baf2
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      npm-shrinkwrap.json
  2. 1 1
      package.json

+ 2 - 2
npm-shrinkwrap.json

@@ -3672,8 +3672,8 @@
     },
     },
     "inline-attachment": {
     "inline-attachment": {
       "version": "2.0.3",
       "version": "2.0.3",
-      "from": "git+https://github.com/Rovak/InlineAttachment.git#2.0.3",
-      "resolved": "git+https://github.com/Rovak/InlineAttachment.git#3aeb84a42976e88eaa030ed94f1cfd11b018b134"
+      "from": "inline-attachment@>=2.0.3 <2.1.0",
+      "resolved": "https://registry.npmjs.org/inline-attachment/-/inline-attachment-2.0.3.tgz"
     },
     },
     "interpret": {
     "interpret": {
       "version": "1.0.3",
       "version": "1.0.3",

+ 1 - 1
package.json

@@ -76,7 +76,7 @@
     "i18next-express-middleware": "~1.0.2",
     "i18next-express-middleware": "~1.0.2",
     "i18next-node-fs-backend": "~0.1.3",
     "i18next-node-fs-backend": "~0.1.3",
     "i18next-sprintf-postprocessor": "~0.2.2",
     "i18next-sprintf-postprocessor": "~0.2.2",
-    "inline-attachment": "git+https://github.com/Rovak/InlineAttachment.git#2.0.3",
+    "inline-attachment": "~2.0.3",
     "jquery": "~2.1.4",
     "jquery": "~2.1.4",
     "jquery.cookie": "~1.4.1",
     "jquery.cookie": "~1.4.1",
     "jshint-stylish": "~2.1.0",
     "jshint-stylish": "~2.1.0",