Skip to content

Commit ed3b775

Browse files
authored
fix(package): pin uws
Apparently uws 10.148.2 on npm is blank, saying "I no longer publish to NPM. Find me elsewhere.", but also doesn't specify where 'elsewhere' might be.
1 parent 73d1e29 commit ed3b775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/app/_package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"passport-google-oauth20": "^1.0.0",<% } %><% if(filters.ws) { %>
4646
"primus": "^7.0.1",
4747
"primus-emit": "^1.0.0",
48-
"uws": "^10.148.0",<% } %>
48+
"uws": "10.148.1",<% } %>
4949
"serve-favicon": "^2.3.0"
5050
},
5151
"devDependencies": {

0 commit comments

Comments
 (0)