feat: add method to remove references from a thing

Fixes #6
This commit is contained in:
Karl-Philipp Wulfert
2019-04-02 18:04:38 +02:00
parent a3b16b8a37
commit 9cf6fde050
4 changed files with 142 additions and 2 deletions

View File

@@ -19,11 +19,13 @@
"@types/cli-progress": "1.8.1",
"@types/node": "10.14.4",
"@types/request": "2.48.1",
"@types/traverse": "0.6.32",
"@types/uuid": "3.4.4",
"cli-progress": "2.1.1",
"commander": "2.19.0",
"moment": "2.24.0",
"request": "2.88.0",
"traverse": "0.6.6",
"uuid": "3.3.2"
},
"license": "GPL-3.0-only",