diff --git a/package.json b/package.json index 5682787..961f06d 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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/",