Skip to content

Commit 0a6afbe

Browse files
author
Eduardo García Sanz
committed
Adding "react-component" keyword
1 parent f4642a7 commit 0a6afbe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
"homepage" : "https://github.com/coma/react-socket",
55
"repository" : "https://github.com/coma/react-socket",
66
"main" : "./src/index.js",
7-
"version" : "0.1.3",
7+
"version" : "0.1.4",
88
"license" : "MIT",
99
"private" : false,
1010
"authors" : [
1111
"Eduardo García Sanz <[email protected]>"
1212
],
1313
"keywords" : [
1414
"react",
15-
"socket.io"
15+
"socket.io",
16+
"react-component"
1617
],
1718
"dependencies" : {
1819
"react" : "0.13",

0 commit comments

Comments
 (0)