Skip to content

Commit

Permalink
Add typescript typings to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbruegge committed Oct 7, 2018
1 parent 73b90fb commit a479ba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.1",
"description": "Makes it easy to assert if two virtual DOM trees look similar",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc -d",
"prepublishOnly": "npm run build && npm run test",
Expand Down

0 comments on commit a479ba9

Please sign in to comment.