Skip to content

Commit 0ad4d54

Browse files
added data to package.json
1 parent c53cbcb commit 0ad4d54

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
22
"name": "react-toggle-slider",
33
"version": "0.2.0",
4+
"author": {
5+
"email": "markvadeika@gmail.com",
6+
"name": "Mark Vadeika"
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/VirtualParticle/react-toggle-slider.git"
11+
},
12+
"homepage": "https://github.com/VirtualParticle/react-toggle-slider",
13+
"description": "A highly-customizable React toggle slider component.",
14+
"keywords": ["react", "slider", "toggle", "switch", "typescript"],
415
"main": "./lib/cjs/index.js",
516
"module": "./lib/esm/index.js",
617
"types": "./lib/esm/index.d.ts",

0 commit comments

Comments
 (0)