Skip to content

Commit

Permalink
fix: workflow docs
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 22, 2022
1 parent 97f6771 commit 1392cde
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "public"
},
"publishConfig": { "access": "public" },
"main": "./src/index",
"scripts": {
"demo": "PORT=5000 node demo/server.js",
Expand All @@ -39,12 +37,6 @@
"url": "https://github.com/CoCreate-app/CoCreate-socket-server/issues"
},
"homepage": "https://cocreate.app/docs/CoCreate-socket-server",
"dependencies": {
"@cocreate/docs": "^1.3.24",
"@cocreate/uuid": "^1.2.21"
},
"devDependencies": {
"express": "^4.17.1",
"ws": "7.5.9"
}
"dependencies": { "@cocreate/docs": "^1.4.1", "@cocreate/uuid": "^1.2.22" },
"devDependencies": { "express": "^4.17.1", "ws": "7.5.9" }
}

0 comments on commit 1392cde

Please sign in to comment.