Skip to content

Commit f7c57dd

Browse files
Sanjith TSanjith T
authored andcommitted
package name update
1 parent 4eebb38 commit f7c57dd

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"name": "@rainbow-me/animated-charts",
3-
"version": "1.0.0-alpha.6",
2+
"name": "@cypherd-io/animated-charts",
3+
"version": "2.0.0",
44
"description": "The library provides a set of components and helpers for building complex and beautiful animated linear (only - for now) charts. It's a part of the [Rainbow.me project](https://rainbow.me/).",
55
"main": "src/index.js",
66
"scripts": {
77
"release": "release-it"
88
},
9+
910
"author": "Michał Osadnik",
1011
"files": [
1112
"src/"
@@ -36,10 +37,14 @@
3637
},
3738
"repository": {
3839
"type": "git",
39-
"url": "git+https://github.com/rainbow-me/react-native-animated-charts.git"
40+
"url": "git+https://github.com/CypherD-IO/react-native-animated-charts.git"
4041
},
42+
"homepage": "https://github.com/CypherD-IO/react-native-animated-charts#readme",
4143
"bugs": {
42-
"url": "https://github.com/rainbow-me/react-native-animated-charts/issues"
44+
"url": "https://github.com/CypherD-IO/react-native-animated-charts/issues"
4345
},
44-
"homepage": "https://github.com/rainbow-me/react-native-animated-charts#readme"
46+
"publishConfig": {
47+
"access": "public"
48+
}
49+
4550
}

0 commit comments

Comments
 (0)