Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjoeseph committed Aug 25, 2021
1 parent 3ad26a6 commit 6dd8aa0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spectacles-ts",
"version": "0.0.3",
"version": "0.0.4",
"main": "./index.js",
"types": "./index.d.ts",
"license": "MIT",
Expand All @@ -16,7 +16,6 @@
"tsc:watch": "NODE_OPTIONS='--max-old-space-size=8192' yarn run tsc --watch"
},
"dependencies": {
"fp-ts": "^2.10.0-rc.8",
"fp-ts-std": "^0.10.1",
"monocle-ts": "^2.3.5"
},
Expand All @@ -35,5 +34,8 @@
"ts-node": "^9.1.1",
"tsd": "^0.17.0",
"typescript": "^4.3.5"
},
"peerDependencies": {
"fp-ts": "^2.10.0-rc.8"
}
}

0 comments on commit 6dd8aa0

Please sign in to comment.