Skip to content

Commit

Permalink
fix some package issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzofox3 committed Mar 21, 2024
1 parent 35077e3 commit 4afe00f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/controllers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cofn/controllers",
"version": "0.0.2",
"version": "0.0.3",
"description": "A set of higher order function to help implement update logic",
"type": "module",
"main": "./dist/cofn-controllers.js",
Expand All @@ -25,9 +25,6 @@
"size": "rollup -p @rollup/plugin-terser src/index.js | gzip | wc -c"
},
"author": "Laurent RENARD",
"peerDependencies": {
"@cofn/core": "workspace:*"
},
"devDependencies": {
"@cofn/core": "workspace:*",
"@cofn/test-lib": "workspace:*"
Expand Down

0 comments on commit 4afe00f

Please sign in to comment.