aboutsummaryrefslogtreecommitdiff
path: root/tooling
diff options
context:
space:
mode:
Diffstat (limited to 'tooling')
-rw-r--r--tooling/pogen/package.json13
-rw-r--r--tooling/talertest/package.json3
2 files changed, 14 insertions, 2 deletions
diff --git a/tooling/pogen/package.json b/tooling/pogen/package.json
new file mode 100644
index 000000000..7b8b5008f
--- /dev/null
+++ b/tooling/pogen/package.json
@@ -0,0 +1,13 @@
+{
+ "name": "pogen",
+ "version": "1.0.0",
+ "main": "pogen.js",
+ "author": "Florian Dold",
+ "license": "GPL-2.0+",
+ "scripts": {
+ "build": "tsc"
+ },
+ "devDependencies": {
+ "typescript": "^2.2.2"
+ }
+}
diff --git a/tooling/talertest/package.json b/tooling/talertest/package.json
index 4a53bcae9..ae7e58ee3 100644
--- a/tooling/talertest/package.json
+++ b/tooling/talertest/package.json
@@ -11,8 +11,7 @@
"files": [
"node/",
"selenium/",
- "talertest.d.ts",
- "foobar"
+ "talertest.d.ts"
],
"devDependencies": {
"typescript": "^2.2.2"