From b0d646192790279fb059adb91970b1663a04d7fd Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Wed, 11 Apr 2018 11:02:02 +0530 Subject: [PATCH] [misc] Updated package name, bumped version to 0.10.0 --- package.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e9756e5..15fc9c1 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,21 @@ { - "name": "select-return", - "version": "0.0.9", + "name": "@codefeathers/fuse", + "version": "0.10.0", "description": "Return a function based on a condition. A functional alternative to switch-case.", - "main": "Select.js", + "main": "index.js", "scripts": { "debug": "node --inspect-brk testscript", "lint": "npx eslint .", "test": "npx jasmine", - "docs": "npx jsdoc Select.js README.md --destination docs" + "docs": "npx jsdoc index.js README.md --destination docs" }, "repository": { "type": "git", - "url": "git+https://github.com/codefeathers/select-return.git" + "url": "git+https://github.com/codefeathers/Fuse.git" }, "keywords": [ + "fuse", + "function", "select", "return", "switch-case", @@ -25,9 +27,9 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/codefeathers/select-return/issues" + "url": "https://github.com/codefeathers/Fuse/issues" }, - "homepage": "https://github.com/codefeathers/select-return#readme", + "homepage": "https://github.com/codefeathers/Fuse#readme", "devDependencies": { "eslint": "^4.19.1", "jasmine": "^3.1.0",