Skip to content

Commit 8a80dee

Browse files
committed
update package.json
1 parent 66457c8 commit 8a80dee

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "material-ui",
3-
"author": "Call-em-all Engineering Team",
4-
"version": "0.13.4",
5-
"description": "Material Design UI components built with React",
2+
"name": "material-ui-native",
3+
"author": "lenaten",
4+
"version": "0.0.1",
5+
"description": "Material Design UI components built with React Native",
66
"main": "./lib",
77
"scripts": {
88
"test": "npm run test-base -- --single-run",
@@ -22,13 +22,13 @@
2222
],
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/callemall/material-ui.git"
25+
"url": "https://github.com/lenaten/material-ui-native.git"
2626
},
2727
"license": "MIT",
2828
"bugs": {
29-
"url": "https://github.com/callemall/material-ui/issues"
29+
"url": "https://github.com/lenaten/material-ui-native/issues"
3030
},
31-
"homepage": "http://material-ui.com/",
31+
"homepage": "https://github.com/lenaten/material-ui-native.git",
3232
"dependencies": {
3333
"lodash.throttle": "~3.0.4",
3434
"lodash.debounce": "~3.1.1",

0 commit comments

Comments
 (0)