Skip to content

Commit 486e4a2

Browse files
committed
Fix npm publish warning
1 parent eef98a4 commit 486e4a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "1.0.6",
44
"main": "dist/index.js",
55
"types": "dist/main.d.ts",
6-
"repository": "https://github.com/source-academy/java-slang.git",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/source-academy/java-slang.git"
9+
},
710
"license": "Apache-2.0",
811
"scripts": {
912
"build": "tsc --build --force",

0 commit comments

Comments
 (0)