Name change

This commit is contained in:
Ryan McGrath 2015-08-03 03:21:39 +09:00
parent f2c495952f
commit 44c7e718b0
4 changed files with 64 additions and 70 deletions

View file

@ -1,5 +1,5 @@
{
"name": "react-svgpack",
"name": "react-iconpack",
"description": "A React Component for handling SVGs coupled with Babel and Browserify plugins to only bundle the SVGs you use.",
"author": "Ryan McGrath",
"version": "1.0.0",
@ -37,7 +37,7 @@
"repository": {
"type": "git",
"url": "https://github.com/ryanmcgrath/react-svgpack.git"
"url": "https://github.com/ryanmcgrath/react-iconpack.git"
},
"bugs": {"url": "https://github.com/ryanmcgrath/react-svgpack/issues"}
"bugs": {"url": "https://github.com/ryanmcgrath/react-iconpack/issues"}
}