deploy1 il y a 6 ans
Parent
commit
fa7f0cb8c3
3 fichiers modifiés avec 27 ajouts et 23 suppressions
  1. 1 0
      VERSION
  2. 2 0
      VERSIONLOG
  3. 24 23
      package.json

+ 1 - 0
VERSION

@@ -0,0 +1 @@
+v0.0.1 | Tue Nov 13 00:09:36 CET 2018 | init

+ 2 - 0
VERSIONLOG

@@ -0,0 +1,2 @@
+v0.0.0
+v0.0.1 | Tue Nov 13 00:09:36 CET 2018 | init

+ 24 - 23
package.json

@@ -1,24 +1,25 @@
 {
-  "name": "libs",
-  "version": "1.0.0",
-  "description": "",
-  "main": "index.js",
-  "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
-  },
-  "repository": {
-    "type": "git",
-    "url": "ssh://git@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",
-    "file-type": "^10.0.0",
-    "jszip": "^3.1.5",
-    "node-fetch": "^2.2.0",
-    "opath": "git+ssh://git@git.tum.dk/tum.dk/opath"
-  }
-}
+    "name": "libs",
+    "version": "1.0.0",
+    "description": "",
+    "main": "index.js",
+    "scripts": {
+        "test": "echo \"Error: no test specified\" && exit 1"
+    },
+    "repository": {
+        "type": "git",
+        "url": "ssh://git@git.tum.dk/tum.dk/libs.git"
+    },
+    "author": "",
+    "license": "ISC",
+    "dependencies": {
+        "async": "^2.6.1",
+        "aws-sdk": "^2.315.0",
+        "buffa": "https://git.tum.dk/tum.dk/buffa/archive/v0.0.2.tar.gz",
+        "file-type": "^10.0.0",
+        "jszip": "^3.1.5",
+        "node-fetch": "^2.2.0",
+        "opath": "https://git.tum.dk/tum.dk/opath/archive/v0.0.1.tar.gz"
+
+    }
+}