diff --git a/package-lock.json b/package-lock.json index b86b5a0..49369b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "nodejs-terminal-multispinner", + "name": "spinnies", "version": "0.1.2", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index a9b7790..dcd9832 100644 --- a/package.json +++ b/package.json @@ -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", @@ -22,8 +21,7 @@ "command", "terminal" ], - "author": "Juan Bautista Carpanelli", - "email": "juanbanelli@gmail.com", + "author": "Juan Bautista Carpanelli ", "license": "MIT", "dependencies": { "chalk": "^2.4.2",