瀏覽代碼

Bumped version to 1.0.5

Jannick Knudsen 3 年之前
父節點
當前提交
cc9d079990
共有 3 個文件被更改,包括 7 次插入6 次删除
  1. 1 1
      VERSION
  2. 1 0
      VERSIONLOG
  3. 5 5
      package.json

+ 1 - 1
VERSION

@@ -1 +1 @@
-v1.0.4
+v1.0.5

+ 1 - 0
VERSIONLOG

@@ -6,3 +6,4 @@ v1.0.1
 v1.0.2
 v1.0.3
 v1.0.4
+v1.0.5

+ 5 - 5
package.json

@@ -1,6 +1,6 @@
 {
     "name": "libs",
-    "version": "1.0.4",
+    "version": "1.0.5",
     "description": "",
     "main": "index.js",
     "scripts": {
@@ -8,19 +8,19 @@
     },
     "repository": {
         "type": "git",
-        "url": "ssh://git@git.tum.dk/tum.dk/libs.git"
+        "url": "https://git.tum.dk/tum.dk/libs.git"
     },
     "author": "",
     "license": "ISC",
     "dependencies": {
         "async": "^2.6.1",
         "aws-sdk": "^2.315.0",
-        "buffa": "git+ssh://git@git.tum.dk/tum.dk/buffa.git",
+        "buffa": "https://git.tum.dk/tum.dk/buffa.git",
         "file-type": "^10.0.0",
         "jszip": "^3.1.5",
         "node-fetch": "^2.2.0",
-        "openpgp": "git+ssh://git@git.tum.dk/tum.dk/openpgpops.git",
-        "opath": "git+ssh://git@git.tum.dk/tum.dk/opath.git"
+        "openpgp": "https://git.tum.dk/tum.dk/openpgpops.git",
+        "opath": "https://git.tum.dk/tum.dk/opath.git"
 
     }
 }