Skip to content

Commit f790b7f

Browse files
committed
changed repo name
1 parent d6bf27a commit f790b7f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
22
example/dist
3+
.DS_Store

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-react-modal",
33
"description": "The simplest modal",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"main": "./build/simple-modal.js",
66
"directories": {
77
"example": "example"
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/legitcode/simple-react-modal.git"
14+
"url": "https://github.com/legitcode/modal.git"
1515
},
1616
"keywords": [
1717
"reactjs",
@@ -25,13 +25,13 @@
2525
"author": "Zach Silveira",
2626
"license": "ISC",
2727
"bugs": {
28-
"url": "https://github.com/legitcode/simple-modal/issues"
28+
"url": "https://github.com/legitcode/modal/issues"
2929
},
3030
"devDependencies": {
3131
"react-component-gulp-tasks": "^0.7.0",
3232
"gulp": "^3.8.11"
3333
},
34-
"homepage": "https://github.com/legitcode/simple-modal",
34+
"homepage": "https://github.com/legitcode/modal",
3535
"dependencies": {
3636
"react": "^0.13.3"
3737
}

0 commit comments

Comments
 (0)