@springtree/coding
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
const program = require( 'commander' ); | ||
@@ -2,0 +3,0 @@ const childProcess = require( 'child_process' ); |
{ | ||
"name": "@springtree/coding", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"private": false, | ||
"description": "The SpringTree coding guidelines and helper scripts", | ||
"bin": "index.js", | ||
"main": "index.js", | ||
@@ -7,0 +8,0 @@ "scripts": { |
7895
85