Skip to content

Commit

Permalink
Add types key to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrrp committed May 8, 2020
1 parent 1970d63 commit 1d93a7a
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 @@ -12,6 +12,7 @@
],
"main": "dist/xspattern.js",
"module": "dist/xspattern.mjs",
"types": "dist/xspattern.d.ts",
"scripts": {
"build:clean": "rimraf dist && rimraf lib && rimraf src/generated",
"build:dirs": "mkdirp lib src/generated",
Expand Down

0 comments on commit 1d93a7a

Please sign in to comment.