We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cefd8 commit f2aeb19Copy full SHA for f2aeb19
package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"main": "./dist/cli.js",
7
"bin": {
8
- "openskills": "./dist/cli.js"
+ "openskills": "dist/cli.js"
9
},
10
"files": [
11
"dist",
@@ -39,7 +39,7 @@
39
"license": "Apache-2.0",
40
"repository": {
41
"type": "git",
42
- "url": "https://github.com/numman-ali/openskills.git"
+ "url": "git+https://github.com/numman-ali/openskills.git"
43
44
"homepage": "https://github.com/numman-ali/openskills#readme",
45
"engines": {
0 commit comments