aboutsummaryrefslogtreecommitdiff
path: root/tooling/pogen/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tooling/pogen/package.json')
-rw-r--r--tooling/pogen/package.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/tooling/pogen/package.json b/tooling/pogen/package.json
deleted file mode 100644
index 7b8b5008f..000000000
--- a/tooling/pogen/package.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "name": "pogen",
- "version": "1.0.0",
- "main": "pogen.js",
- "author": "Florian Dold",
- "license": "GPL-2.0+",
- "scripts": {
- "build": "tsc"
- },
- "devDependencies": {
- "typescript": "^2.2.2"
- }
-}