We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e934e4 commit e3ea10cCopy full SHA for e3ea10c
1 file changed
package.json
@@ -2,7 +2,10 @@
2
"name": "baseline-url",
3
"version": "1.0.0",
4
"description": "Test any URL for usage of baseline features",
5
- "repository": "https://github.com/treosh/baseline-url",
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/treosh/baseline-url.git"
8
+ },
9
"author": "Aleksey Kulikov <alekseykulikov@me.com>",
10
"license": "MIT",
11
"type": "module",
@@ -11,7 +14,7 @@
14
},
12
15
"main": "src/index.js",
13
16
"bin": {
- "baseline-url": "./src/cli.js"
17
+ "baseline-url": "src/cli.js"
18
19
"files": [
20
"src"
0 commit comments