@kieler/elk-cli
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
/******************************************************************************* | ||
@@ -49,2 +50,2 @@ * Copyright (c) 2017 Kiel University and others. | ||
.then(function(g) {console.log(JSON.stringify(g))}) | ||
.catch(console.error); | ||
.catch(console.error); |
{ | ||
"name": "@kieler/elk-cli", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A commandline wrapper for elkjs.", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
17601
57