Skip to content

Commit

Permalink
fix: oops, files should be packaged (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben authored Mar 30, 2024
1 parent 2f0da8e commit 0f2c0a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@
"url": "https://github.com/leaphy-robotics/leaphy-blocks/issues"
},
"files": [
"dist"
"dist",
"media"
],
"version": "2.0.0",
"version": "2.0.1",
"description": "Leaphy custom Blockly blocks and arduino code generator",
"name": "@leaphy-robotics/leaphy-blocks"
}

0 comments on commit 0f2c0a9

Please sign in to comment.