Skip to content

Commit

Permalink
Merge pull request #59 from wangqiliang/master
Browse files Browse the repository at this point in the history
"The version number is invaild" issue
  • Loading branch information
kn007 committed Mar 26, 2016
2 parents 31a6f8b + 37c9ac0 commit dab4090
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion beta/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io-chatbox",
"version": "beta@352",
"version": "0.1.352-beta",
"description": "A simple chatbox using socket.io, it allows file transfer and image/video can be rendered directly.",
"main": "index.js",
"contributors": "https://github.com/Arch1tect/Chatbox/graphs/contributors",
Expand Down
2 changes: 1 addition & 1 deletion dev/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io-chatbox",
"version": "beta@352",
"version": "0.1.352-dev",
"description": "A simple chatbox using socket.io, it allows file transfer and image/video can be rendered directly.",
"main": "index.js",
"contributors": "https://github.com/Arch1tect/Chatbox/graphs/contributors",
Expand Down
12 changes: 2 additions & 10 deletions prod/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
{
"name": "socket.io-chatbox",
"version": "beta@352",
"version": "0.1.352",
"description": "A simple chatbox using socket.io, it allows file transfer and image/video can be rendered directly.",
"main": "index.js",
"contributors": [
{
"name": "Grant Timmerman"
},
{
"name": "ArchiTech",
"website": "lifeislikeaboat.com"
}
],
"contributors": "https://github.com/Arch1tect/Chatbox/graphs/contributors",
"homepage": "https://arch1tect.github.io/Chatbox",
"repository": {
"type": "git",
Expand Down

0 comments on commit dab4090

Please sign in to comment.