Sign In

command-todolist

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

command-todolist - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+2
-0
bin/todolist-bin.js

@@ -0,1 +1,3 @@

#!/usr/bin/env node
'use strict';

@@ -2,0 +4,0 @@

+2
-2
{
"name": "command-todolist",
"version": "0.0.1",
"version": "0.0.2",
"description": "todolist",
"main": "index.js",
"bin": {
"tdl": "bin/todolist-bin.js"
"tdl": "tdl"
},

@@ -9,0 +9,0 @@ "scripts": {