Skip to content

Commit

Permalink
Replace deprecated repository setting in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Sep 24, 2023
1 parent f98c673 commit 3cb338d
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 @@ -6,7 +6,10 @@
"type": "module",
"module": "app.js",
"main": "app.js",
"repository": "github:dna-engine/node-jsdom-jasmine-spec",
"repository": {
"type": "git",
"url": "git+https://github.com/dna-engine/node-jsdom-jasmine-spec.git"
},
"homepage": "https://github.com/dna-engine/node-jsdom-jasmine-spec",
"bugs": "https://github.com/dna-engine/node-jsdom-jasmine-spec/issues",
"docs": "https://dna-engine.org/docs",
Expand Down Expand Up @@ -37,7 +40,7 @@
"devDependencies": {
"assert-deep-strict-equal": "~1.1",
"canvas": "~2.11",
"jasmine": "~5.0",
"jasmine": "~5.1",
"jasmine-ts-console-reporter": "~3.1",
"jsdom": "~22.1",
"jshint": "~2.13"
Expand Down

0 comments on commit 3cb338d

Please sign in to comment.