From bf9c74716bc6427cd5f6ac14acb37dc0a3e378c5 Mon Sep 17 00:00:00 2001 From: bmjjr Date: Sun, 9 Jun 2019 19:39:23 +0800 Subject: [PATCH 1/2] add package.json for npm --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..e7e0bfb --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "bootstrap-dropdown-hover", + "version": "1.1.0", + "description": "Bootstrap based responsive mulltilevel dropdown navigation menu with fascinating animations", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/bmjjr/bootstrap-dropdown-hover.git" + }, + "keywords": [ + "[\"multilevel", + "dropdown\"", + "\"bootsrap3\"]" + ], + "author": "kybarg", + "license": "MIT", + "bugs": { + "url": "https://github.com/bmjjr/bootstrap-dropdown-hover/issues" + }, + "homepage": "https://github.com/bmjjr/bootstrap-dropdown-hover#readme" +} From cb345d04a05fe81d411e4ba7f325ddf20fdc8f78 Mon Sep 17 00:00:00 2001 From: bmjjr Date: Sun, 9 Jun 2019 19:42:46 +0800 Subject: [PATCH 2/2] add package.json for npm, updated for pull request --- package.json | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index e7e0bfb..a7ca936 100644 --- a/package.json +++ b/package.json @@ -2,23 +2,16 @@ "name": "bootstrap-dropdown-hover", "version": "1.1.0", "description": "Bootstrap based responsive mulltilevel dropdown navigation menu with fascinating animations", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, + "main": "boootstrap-dropdownhover.js", "repository": { "type": "git", - "url": "git+https://github.com/bmjjr/bootstrap-dropdown-hover.git" + "url": "git+https://github.com/kybarg/bootstrap-dropdown-hover.git" }, - "keywords": [ - "[\"multilevel", - "dropdown\"", - "\"bootsrap3\"]" - ], + "keywords": ["multilevel","boostrap3"], "author": "kybarg", "license": "MIT", "bugs": { - "url": "https://github.com/bmjjr/bootstrap-dropdown-hover/issues" + "url": "https://github.com/kybarg/bootstrap-dropdown-hover/issues" }, - "homepage": "https://github.com/bmjjr/bootstrap-dropdown-hover#readme" + "homepage": "https://github.com/kybarg/bootstrap-dropdown-hover#readme" }