deploy1 6 年 前
コミット
bb5feab584
4 ファイル変更23 行追加0 行削除
  1. 1 0
      .dbuild
  2. 1 0
      VERSION
  3. 3 0
      VERSIONLOG
  4. 18 0
      package.json

+ 1 - 0
.dbuild

@@ -0,0 +1 @@
+docker.iske.dk/taiga-app-alt

+ 1 - 0
VERSION

@@ -0,0 +1 @@
+v2.0.4

+ 3 - 0
VERSIONLOG

@@ -0,0 +1,3 @@
+v2.0.2
+v2.0.3
+v2.0.4

+ 18 - 0
package.json

@@ -0,0 +1,18 @@
+{
+  "name": "taiga-app",
+  "version": "2.0.4",
+  "description": "This repository contains the Cloudron app package source for [Taiga](http://taigaio.github.io/).",
+  "main": "json-merge.js",
+  "directories": {
+    "test": "test"
+  },
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "ssh://git@git.tum.dk/tum.dk/taiga-app"
+  },
+  "author": "",
+  "license": "ISC"
+}