Skip to content

Commit aa28cdd

Browse files
authored
Add typings to files
Looks like NPM is dropping the snarkdown.d.ts file when releasing it. Could you please publish a new version with this fix? In the meantime, I'll copy-paste the typings into `node_modules` by hand. Thanks, resynth1943
1 parent 2ae45a9 commit aa28cdd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
],
1919
"files": [
2020
"src",
21-
"dist"
21+
"dist",
22+
"snarkdown.d.ts"
2223
],
2324
"homepage": "https://github.com/developit/snarkdown",
2425
"repository": "developit/snarkdown",

0 commit comments

Comments
 (0)