Skip to content

Commit

Permalink
v2.2.0-pre.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akheron committed Sep 7, 2021
1 parent 26f5006 commit 475ec08
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optics-ts",
"version": "2.1.0",
"version": "2.2.0-pre.0",
"description": "Type-safe, ergonomic, polymorphic optics for TypeScript",
"repository": "https://github.com/akheron/optics-ts",
"author": "Petri Lehtinen <[email protected]>",
Expand Down Expand Up @@ -29,7 +29,11 @@
"require": "./dist/cjs/interop.js"
}
},
"files": ["dist", "standalone", "*.d.ts"],
"files": [
"dist",
"standalone",
"*.d.ts"
],
"scripts": {
"typecheck": "tsc --noEmit",
"build": "yarn build:cjs && yarn build:mjs && yarn build:typings && scripts/fixup",
Expand Down

0 comments on commit 475ec08

Please sign in to comment.