We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1440c commit 2b22e57Copy full SHA for 2b22e57
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "feathers-chat-react-typescript",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"private": true,
5
"dependencies": {
6
"@feathersjs/authentication-client": "^4.4.3",
@@ -21,6 +21,7 @@
21
"socket.io-client": "^2.3.0",
22
"typescript": "~3.7.2"
23
},
24
+ "author": "Cody Parker <codyparker@gmail.com>, David Lueck <daff@neyeon.com>",
25
"scripts": {
26
"start": "react-scripts start",
27
"build": "react-scripts build",
0 commit comments