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 f3deac9 commit f7df07dCopy full SHA for f7df07d
package.json
@@ -3,6 +3,9 @@
3
"version": "0.0.0",
4
"description": "Check if a URL accepts HTTP Range Requests",
5
"main": "index.js",
6
+ "files": [
7
+ "index.js"
8
+ ],
9
"scripts": {
10
"format": "npx prettier --arrow-parens=avoid --print-width=120 --trailing-comma=none --write *.js",
11
"serve": "npx http-server --cors",
0 commit comments