Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
const { program } = require("commander"); | ||
@@ -2,0 +4,0 @@ const fs = require("fs"); |
{ | ||
"name": "csrt-tools", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "replace the normal part of srt", | ||
"main": "index.js", | ||
"bin": { | ||
"csrt-tools": "index.js" | ||
}, | ||
"scripts": { | ||
@@ -7,0 +10,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
545811
43