Skip to content

Commit

Permalink
fix: fix imagetools core
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKruckenberg committed Mar 15, 2021
1 parent eb38904 commit 5a09e00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "imagetools-core",
"version": "0.1.0-next.2",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"dev": "rollup -cw",
"build": "rollup -c",
Expand Down

0 comments on commit 5a09e00

Please sign in to comment.