Skip to content

Commit

Permalink
add --cors.private-network-access option
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Feb 7, 2023
1 parent e94cea0 commit c5750e6
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 1,677 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm install
- run: npm test
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2022 Lloyd Brookes <[email protected]>
Copyright (c) 2013-2023 Lloyd Brookes <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ $ npm install -g local-web-server

* * *

&copy; 2013-22 Lloyd Brookes \<[email protected]\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).
&copy; 2013-23 Lloyd Brookes \<[email protected]\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).
Loading

0 comments on commit c5750e6

Please sign in to comment.