Skip to content

Commit 0d28f5b

Browse files
Update fields in package.json
1 parent 0e22540 commit 0d28f5b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@
44
"description": "Multi selection component",
55
"ts:main": "./lib/index.tsx",
66
"main": "dist/es6.js",
7-
"repository": "git@git.chaosgroup.com:neui/react-multi-select.git",
7+
"repository": "https://github.com/ChaosGroup/react-multi-select.git",
88
"author": "Konstantin Simeonov <konstantin.simeonov@chaosgroup.com>",
9-
"registry": "https://npm.chaosgroup.com",
109
"license": "MIT",
1110
"scripts": {
1211
"init-hooks": "ts-node init-hooks.ts",
1312
"build": "ts-node fuse.ts",
1413
"test": "tsc --p ./tsconfig.test.json && ava",
1514
"test-with-coverage": "tsc --p ./tsconfig.test.json && nyc ava",
1615
"lint": "tslint lib/*.ts lib/**/*.ts -p . --config tslint.json",
17-
"coverage": "nyc report --reporter=html",
16+
"html-coverage": "nyc report --reporter=html",
1817
"clean": "rm -rf ./dump ./dist",
1918
"examples": "yarn && yarn build && cd ./examples && yarn && yarn storybook"
2019
},

0 commit comments

Comments
 (0)