Skip to content

Commit 1c7fa87

Browse files
rowanc1fwkoch
andauthored
✨ NEW: Export directive options on opening token meta attribute (#31)
The directive meta information is now available to downstream packages to consume. This is included in the `token.meta` field for each directive. This updates dev dependencies, and improves the type export capability. Co-authored-by: Franklin Koch <[email protected]>
1 parent f4f817b commit 1c7fa87

File tree

11 files changed

+176
-132
lines changed

11 files changed

+176
-132
lines changed

package-lock.json

Lines changed: 86 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@types/jest": "^27.4.0",
6464
"@types/js-yaml": "^4.0.5",
6565
"@types/markdown-it": "^12.2.3",
66-
"@typescript-eslint/eslint-plugin": "^5.11.0",
67-
"@typescript-eslint/parser": "^5.11.0",
66+
"@typescript-eslint/eslint-plugin": "^5.12.0",
67+
"@typescript-eslint/parser": "^5.12.0",
6868
"autoprefixer": "^10.4.2",
6969
"eslint": "^7.32.0",
7070
"eslint-config-prettier": "^8.3.0",

0 commit comments

Comments
 (0)