Skip to content

Commit

Permalink
fix: added missing files configuration for release (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushmau5 authored Aug 19, 2021
1 parent 0807452 commit a93302e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description": "AsyncDiff is a library which compares two AsyncAPI Documents and provides information about the differences by pointing out explicitly informations like breaking changes.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"/lib",
"./README.md",
"./LICENSE"
],
"scripts": {
"start": "tsc --watch",
"build": "tsc",
Expand Down

0 comments on commit a93302e

Please sign in to comment.