Skip to content

Commit

Permalink
Change package name, description and author info
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcarpanelli committed May 21, 2019
1 parent f94ba0d commit 30727c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "nodejs-terminal-multispinner",
"name": "spinnies",
"version": "0.1.2",
"description": "Multiple spinners for the terminal",
"description": "Create and manage multiple spinners in command-line interface programs",
"main": "index.js",
"scripts": {
"test": "npx mocha test",
"demo": "node ./examples/demo.js"
"test": "npx mocha test"
},
"keywords": [
"node",
Expand All @@ -22,8 +21,7 @@
"command",
"terminal"
],
"author": "Juan Bautista Carpanelli",
"email": "[email protected]",
"author": "Juan Bautista Carpanelli <[email protected]>",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
Expand Down

0 comments on commit 30727c9

Please sign in to comment.