Skip to content

Commit 53b601d

Browse files
committed
Add whitelist for dist only to package.json
1 parent 3451af6 commit 53b601d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "java-slang",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"main": "dist/index.js",
55
"types": "dist/main.d.ts",
6+
"files": ["dist"],
67
"repository": {
78
"type": "git",
89
"url": "git+https://github.com/source-academy/java-slang.git"

0 commit comments

Comments
 (0)