Skip to content

Commit

Permalink
chore; remove dist/REMOVE_ME* from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Nov 1, 2023
1 parent a41ad61 commit 6f5e5c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"repository": "JetBrains/kotlin-playground",
"main": "dist/playground.min.js",
"files": [
"dist"
"dist",
"!dist/REMOVE_ME.js*"
],
"devDependencies": {
"@babel/cli": "^7.21.5",
Expand Down

0 comments on commit 6f5e5c9

Please sign in to comment.