diff --git a/bower.json b/bower.json index 6d73fe3..02bb11f 100644 --- a/bower.json +++ b/bower.json @@ -2,11 +2,7 @@ "name": "@trendmicro/react-interpolate", "description": "A React component that renders elements into a format string containing replacement fields.", "authors": [ - { - "name": "", - "email": "", - "homepage": "https://github.com/trendmicro-frontend" - } + "Cheton Wu " ], "homepage": "https://github.com/trendmicro-frontend/react-interpolate", "snapshots": [], diff --git a/package.json b/package.json index afec53b..7e63271 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trendmicro/react-interpolate", - "version": "0.5.0", + "version": "0.5.1", "description": "A React component that renders elements into a format string containing replacement fields.", "main": "lib/index.js", "files": [ @@ -24,12 +24,12 @@ "type": "git", "url": "git+https://github.com/trendmicro-frontend/react-interpolate.git" }, - "author": "", + "author": "Cheton Wu ", "contributors": [ { - "name": "", - "email": "", - "url": "https://github.com/trendmicro-frontend" + "name": "Cheton Wu", + "email": "cheton_wu@trend.com.tw", + "url": "https://github.com/cheton" } ], "license": "MIT",