Skip to content

Commit

Permalink
Add contract directory to npm repository
Browse files Browse the repository at this point in the history
Need to actually publish the Typescript types for Typescript support to work...
  • Loading branch information
dtrelogan authored Feb 23, 2023
1 parent b2b6051 commit 184a693
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
@@ -1,12 +1,13 @@
{
"name": "react-formstate-fp",
"version": "1.3.0",
"version": "1.3.1",
"description": "An API to build, query, update, and bind formstate in React. Develop forms DRYly in React.",
"main": "./lib/index.js",
"module": "./src/index.js",
"files": [
"/lib",
"/src"
"/src",
"/contract"
],
"types": "./contract/api/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 184a693

Please sign in to comment.