浏览代码

Bumped version to 1.0.2

Jannick Knudsen 6 年之前
父节点
当前提交
8e73b39e38
共有 4 个文件被更改,包括 8 次插入6 次删除
  1. 1 1
      VERSION
  2. 1 0
      VERSIONLOG
  3. 4 4
      package.json
  4. 2 1
      pgpstuff.js

+ 1 - 1
VERSION

@@ -1 +1 @@
-v1.0.1
+v1.0.2

+ 1 - 0
VERSIONLOG

@@ -3,3 +3,4 @@ v0.0.1 | Tue Nov 13 00:09:36 CET 2018 | init
 v0.0.2 | Mon Dec  3 01:36:23 CET 2018 | openpgpops
 v0.0.3 | Mon Dec  3 01:46:49 CET 2018 | ok
 v1.0.1
+v1.0.2

+ 4 - 4
package.json

@@ -1,6 +1,6 @@
 {
     "name": "libs",
-    "version": "1.0.1",
+    "version": "1.0.2",
     "description": "",
     "main": "index.js",
     "scripts": {
@@ -15,12 +15,12 @@
     "dependencies": {
         "async": "^2.6.1",
         "aws-sdk": "^2.315.0",
-        "buffa": "https://git.tum.dk/tum.dk/buffa/archive/v0.0.2.tar.gz",
+        "buffa": "git+ssh://git@git.tum.dk/tum.dk/buffa.git",
         "file-type": "^10.0.0",
         "jszip": "^3.1.5",
         "node-fetch": "^2.2.0",
-        "openpgp": "https://git.tum.dk/tum.dk/openpgpops/archive/v0.0.2.tar.gz",
-        "opath": "https://git.tum.dk/tum.dk/opath/archive/v0.0.1.tar.gz"
+        "openpgp": "git+ssh://git@git.tum.dk/tum.dk/openpgpops.git",
+        "opath": "git+ssh://git@git.tum.dk/tum.dk/opath.git"
 
     }
 }

+ 2 - 1
pgpstuff.js

@@ -94,5 +94,6 @@ module.exports = {
     encrypt_object_to: encrypt_object_to,
     create_identity: create_identity,
     makeloginstr: makeloginstr,
-    cleanpgpstring: cleanpgpstring
+    cleanpgpstring: cleanpgpstring,
+    openpgp: openpgp
 }