Skip to content

Commit

Permalink
Include Typescript declaration in package
Browse files Browse the repository at this point in the history
  • Loading branch information
joshswan committed Mar 16, 2019
1 parent 9809c7c commit 873555f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-entity",
"version": "0.4.0",
"version": "0.4.1",
"description": "Entity class for controlling and formatting data objects",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -20,6 +20,7 @@
],
"files": [
"index.js",
"index.d.ts",
"LICENSE",
"README.md"
],
Expand Down

0 comments on commit 873555f

Please sign in to comment.