Skip to content

Commit 757e1b0

Browse files
committed
updated rf-release to add "latest" tag
closes #251
1 parent 8950e04 commit 757e1b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/rackt/react-router.git"
99
},
10-
"homepage": "https://github.com/rackt/react-router",
10+
"homepage": "https://github.com/rackt/react-router/blob/latest/README.md",
1111
"bugs": "https://github.com/rackt/react-router/issues",
1212
"directories": {
1313
"example": "examples"
@@ -34,7 +34,7 @@
3434
"mocha": "1.20.1",
3535
"react": ">=0.11.0",
3636
"reactify": "^0.14.0",
37-
"rf-release": "0.3.1",
37+
"rf-release": "0.3.2",
3838
"uglify-js": "2.4.15"
3939
},
4040
"peerDependencies": {
@@ -61,4 +61,4 @@
6161
"browserify-shim": {
6262
"react": "global:React"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)