From 30727c93e1a6033ffb56cc3ae98c11c01037d4bb Mon Sep 17 00:00:00 2001 From: Juan Bautista Carpanelli Date: Tue, 21 May 2019 19:00:22 -0300 Subject: [PATCH] Change package name, description and author info --- package-lock.json | 2 +- package.json | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) 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",