Skip to content

Commit

Permalink
rename kelp-argv to kelp-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
lsongdev committed Jan 25, 2020
1 parent dc9f43e commit 1d66031
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1,106 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

*.log
.DS_Store
yarn.lock

node_modules/
2 changes: 1 addition & 1 deletion bin/dsensor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

const program = require('kelp-argv');
const program = require('kelp-cli');

program()
.command('help', () => {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dsensor",
"version": "0.0.5",
"version": "0.0.6",
"main": "index.js",
"bin": {
"dsensor": "bin/dsensor"
Expand All @@ -12,7 +12,7 @@
"author": "Lsong <song940@gmail.com>",
"license": "MIT",
"dependencies": {
"kelp-argv": "latest",
"kelp-cli": "^0.0.1",
"serialport": "latest"
}
}
Loading

0 comments on commit 1d66031

Please sign in to comment.