Skip to content

Commit 560c2fb

Browse files
committed
package update
1 parent 6245c26 commit 560c2fb

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
2-
"name": "coolshapes",
3-
"version": "1.0.0",
2+
"name": "react-coolshapes",
3+
"version": "0.0.1",
44
"description": "A react component library for coolshapes",
55
"keywords": [
6-
"coolshapes"
6+
"coolshapes",
7+
"shapes",
8+
"abstract"
79
],
810
"main": "dist/cjs/coolshapes.js",
911
"main:umd": "dist/umd/coolshapes.js",
@@ -34,15 +36,15 @@
3436
"email": "0xgreenapple@gmail.com"
3537
}
3638
],
37-
"license": "ISC",
39+
"license": "MIT",
3840
"homepage": "https://www.coolshap.es/",
3941
"repository": {
4042
"type": "git",
4143
"url": "https://github.com/realvjy/coolshap.es"
4244
},
4345
"bugs": {
4446
"url": "https://github.com/realvjy/coolshap.es/issues",
45-
"email": "yourbug@gmail.com"
47+
"email": "realvjy@gmail.com"
4648
},
4749
"engines": {
4850
"node": ">=10"
@@ -69,4 +71,4 @@
6971
"tslib": "^2.6.2",
7072
"typescript": "^5.3.3"
7173
}
72-
}
74+
}

0 commit comments

Comments
 (0)