Skip to content

Commit

Permalink
fix: fix packaged files
Browse files Browse the repository at this point in the history
  • Loading branch information
ybonnefond committed Jun 23, 2020
1 parent b7dc6fc commit 56c446c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
"name": "stubborn-ws",
"version": "5.0.3",
"description": "Web server to mock external HTTP APIs in tests",
"types": "dist/index.d.ts",
"homepage": "https://github.com/ybonnefond/stubborn#stubborn",
"main": "dist/index.js",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist//src/index.{d.ts,js}",
"dist/src/**/*.{js,ts}",
"dist/test/**/*.{js,ts}"
],
"engines": {
"node": ">=10"
},
Expand Down Expand Up @@ -71,9 +76,6 @@
"content-type": "^1.0.4",
"lodash": "^4.17.15"
},
"files": [
"/dist"
],
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down

0 comments on commit 56c446c

Please sign in to comment.