Skip to content

Commit

Permalink
fix: add missing types also in files (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
shikaan authored May 11, 2021
1 parent 50e53ae commit 957c858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dist/cf-extension-api.js",
"dist/cf-extension-api.js.map",
"dist/cf-extension.css",
"dist/*.d.ts"
"dist/**/*.d.ts"
],
"scripts": {
"test": "ts-mocha -p tsconfig.test.json 'test/unit/*.[jt]s' --reporter mocha-multi-reporters --reporter-options configFile=mocha.unit-reporters.json",
Expand Down

0 comments on commit 957c858

Please sign in to comment.