bespoken-tools
Advanced tools
Comparing version 0.5.4 to 0.5.5
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ const program = require("commander"); |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
import * as program from "commander"; | ||
@@ -2,0 +3,0 @@ import {Global} from "../lib/core/global"; |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ const program = require("commander"); |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
import * as program from "commander"; | ||
@@ -2,0 +3,0 @@ import {Global} from "../lib/core/global"; |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"bin": { | ||
@@ -8,0 +8,0 @@ "bst": "./bin/bst.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1074347
7942