Skip to content

Commit

Permalink
Fix package file: url and format
Browse files Browse the repository at this point in the history
PR-URL: #460
  • Loading branch information
tshemsedinov committed Oct 29, 2023
1 parent ce11bc4 commit d17426b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/metarhia/metaschema"
"url": "git+https://github.com/metarhia/metaschema.git"
},
"bugs": {
"url": "https://github.com/metarhia/metaschema/issues",
Expand All @@ -28,7 +28,10 @@
},
"main": "metaschema.js",
"types": "metaschema.d.ts",
"files": ["lib/", "metaschema.d.ts"],
"files": [
"lib/",
"metaschema.d.ts"
],
"readmeFilename": "README.md",
"scripts": {
"test": "npm run lint && npm run types && metatests test/",
Expand Down

0 comments on commit d17426b

Please sign in to comment.