فهرست منبع

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"
 
     }
 }