We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef98a4 commit 486e4a2Copy full SHA for 486e4a2
package.json
@@ -3,7 +3,10 @@
3
"version": "1.0.6",
4
"main": "dist/index.js",
5
"types": "dist/main.d.ts",
6
- "repository": "https://github.com/source-academy/java-slang.git",
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/source-academy/java-slang.git"
9
+ },
10
"license": "Apache-2.0",
11
"scripts": {
12
"build": "tsc --build --force",
0 commit comments