Skip to content

Commit bd9ba2c

Browse files
committedNov 9, 2023
Add declaration maps
1 parent 625f7f9 commit bd9ba2c

File tree

74 files changed

+74
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+74
-0
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
coverage/
22
node_modules/
33
.DS_Store
4+
*.d.ts.map
45
*.d.ts
56
*.log
67
package-lock.json

‎packages/remark-lint-blockquote-indentation/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"exports": "./index.js",
3333
"files": [
3434
"index.d.ts",
35+
"index.d.ts.map",
3536
"index.js"
3637
],
3738
"dependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.