Skip to content

Commit

Permalink
Update package.repository to be a full URL, per npm-publish warning
Browse files Browse the repository at this point in the history
```
$ npm publish
npm WARN publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm WARN publish errors corrected:
npm WARN publish "repository" was changed from a string to an object
npm WARN publish "repository.url" was normalized to "git+https://github.com/gruntjs/grunt-contrib-qunit.git"
```
  • Loading branch information
Krinkle committed Jun 19, 2024
1 parent c695482 commit 61989ee
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Grunt Team",
"url": "https://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-qunit",
"repository": "https://github.com/gruntjs/grunt-contrib-qunit.git",
"license": "MIT",
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 61989ee

Please sign in to comment.