From 9b1b6d2e293b63d5c4e82e37d00a04b3c6990611 Mon Sep 17 00:00:00 2001 From: Maxime Warnier Date: Mon, 24 Aug 2015 11:03:33 +0200 Subject: [PATCH 1/2] add infos for npm --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 243d9cd..198b529 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,19 @@ { "author": "Neylor Ohmaly", + "description": "A popover directive for angularJs", "main": "src/nsPopover.js", - "name": "nsPopover", + "name": "ns-popover", "version": "0.6.8", "homepage": "http://nohros.com/nsPopover", "licenses": { "type": "MIT", "url": "https://raw.github.com/nohros/nsPopover/master/LICENSE" }, + "keywords": [ + "popover", + "tooltip", + "angular" + ], "bugs": "https://github.com/nohros/nsPopover/issues", "repository": { "type": "git", From 65f5eedc5c050395217fc155a83713165958f966 Mon Sep 17 00:00:00 2001 From: Maxime Warnier Date: Mon, 24 Aug 2015 11:06:29 +0200 Subject: [PATCH 2/2] update install informations with npm package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06bbaf4..2840736 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can download all necessary nsPopover files manually or install it with bower ```bash bower install nsPopover -npm install +npm install ns-popover grunt compile ```