Skip to content

Commit

Permalink
fix: include *.ts files in npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daKmoR authored and LarsDenBakker committed Aug 18, 2019
1 parent a99bbc7 commit 8087906
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
5 changes: 3 additions & 2 deletions packages/chai-a11y-axe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
"prepublishOnly": "../../scripts/insert-header.js"
},
"files": [
"src",
"*.js",
"src"
"*.d.ts"
],
"contributors": [
"Pawel Psztyc"
]
}
}
7 changes: 3 additions & 4 deletions packages/semantic-dom-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
"module": "index.js",
"files": [
"src",
"chai-dom-diff.js",
"get-diffable-html.js",
"index.js"
"*.js",
"*.d.ts"
],
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
Expand All @@ -28,4 +27,4 @@
"chai": "^4.2.0",
"mocha": "^5.0.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/testing-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"module": "index.js",
"files": [
"src",
"index.js",
"index-no-side-effects.js"
"*.js",
"*.d.ts"
],
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
Expand All @@ -32,4 +32,4 @@
"sinon": "^7.4.1",
"webpack-merge": "^4.1.5"
}
}
}
7 changes: 3 additions & 4 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
},
"module": "index.js",
"files": [
"index.js",
"index-no-side-effects.js",
"register-chai-plugins.js"
"*.js",
"*.d.ts"
],
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
Expand All @@ -39,4 +38,4 @@
"devDependencies": {
"sinon": "^7.4.1"
}
}
}

0 comments on commit 8087906

Please sign in to comment.