Skip to content

Commit

Permalink
fix(typescript): ignore .cts files during publish (#454)
Browse files Browse the repository at this point in the history
Fixes #452
  • Loading branch information
bcoe committed Aug 4, 2022
1 parent 90067a0 commit d69f9c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -68,7 +68,7 @@
"rimraf": "^3.0.2",
"rollup": "^2.22.1",
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-ts": "^3.0.0",
"rollup-plugin-ts": "^3.0.2",
"serve": "^14.0.0",
"standardx": "^7.0.0",
"start-server-and-test": "^1.11.2",
Expand All @@ -78,7 +78,8 @@
"files": [
"browser.js",
"build",
"!*.d.ts"
"!*.d.ts",
"!*.d.cts"
],
"engines": {
"node": ">=12"
Expand Down

0 comments on commit d69f9c3

Please sign in to comment.