Skip to content

Commit

Permalink
Fix package file: url and formatting
Browse files Browse the repository at this point in the history
PR-URL: #79
  • Loading branch information
tshemsedinov committed Oct 29, 2023
1 parent 54a9b2e commit 62e3c79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/metarhia/concolor"
"url": "git+https://github.com/metarhia/concolor.git"
},
"bugs": {
"url": "https://github.com/metarhia/concolor/issues",
Expand All @@ -33,7 +33,9 @@
},
"main": "concolor.js",
"types": "concolor.d.ts",
"files": ["concolor.d.ts"],
"files": [
"concolor.d.ts"
],
"scripts": {
"test": "npm run lint && npm run types && node ./test.js",
"types": "tsc -p tsconfig.json",
Expand Down

0 comments on commit 62e3c79

Please sign in to comment.