Skip to content

Commit 24e9428

Browse files
authored
Merge pull request #100 from SWI-Prolog/chore/update-package-json
chore/update package json
2 parents ff507a4 + b76e79d commit 24e9428

File tree

2 files changed

+136
-133
lines changed

2 files changed

+136
-133
lines changed

package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,32 @@
66
"Jesse Wright",
77
"Jan Wielemaker"
88
],
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/SWI-Prolog/npm-swipl-wasm.git"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/SWI-Prolog/npm-swipl-wasm/issues"
15+
},
16+
"homepage": "https://github.com/SWI-Prolog/npm-swipl-wasm#README",
917
"license": "BSD-2-Clause",
1018
"type": "commonjs",
1119
"main": "dist/index.js",
12-
"types": "dist/index.d.js",
20+
"types": "dist/index.d.ts",
1321
"devDependencies": {
1422
"@octokit/rest": "^19.0.7",
1523
"@types/emscripten": "^1.39.6",
1624
"@types/node": "^18.15.11",
17-
"@typescript-eslint/eslint-plugin": "^5.57.1",
18-
"@typescript-eslint/parser": "^5.57.1",
25+
"@typescript-eslint/eslint-plugin": "^5.58.0",
26+
"@typescript-eslint/parser": "^5.58.0",
1927
"cross-fetch": "^3.1.5",
2028
"eslint": "^8.38.0",
2129
"http-server": "^14.1.1",
2230
"mocha": "^10.2.0",
2331
"node-static": "^0.7.11",
2432
"npm-run-all": "^4.1.5",
2533
"puppeteer": "^19.8.5",
26-
"semantic-release": "^19",
34+
"semantic-release": "^19.0.5",
2735
"ts-node": "^10.9.1",
2836
"typescript": "^5.0.4"
2937
},

0 commit comments

Comments
 (0)