Skip to content

Commit f2aeb19

Browse files
committed
Fix npm package metadata
1 parent b8cefd8 commit f2aeb19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"main": "./dist/cli.js",
77
"bin": {
8-
"openskills": "./dist/cli.js"
8+
"openskills": "dist/cli.js"
99
},
1010
"files": [
1111
"dist",
@@ -39,7 +39,7 @@
3939
"license": "Apache-2.0",
4040
"repository": {
4141
"type": "git",
42-
"url": "https://github.com/numman-ali/openskills.git"
42+
"url": "git+https://github.com/numman-ali/openskills.git"
4343
},
4444
"homepage": "https://github.com/numman-ali/openskills#readme",
4545
"engines": {

0 commit comments

Comments
 (0)