diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-01-25 22:07:57 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-01-25 22:07:57 +0200 |
| commit | 953ad4d9c2f8688f34d798b8f650cf50acafd723 (patch) | |
| tree | 6a0cf8b02a0bc1c95ff76683a640cf1fb925a90c /package.json | |
| parent | 7f3a7e9770623743fde1cc9fde8aea7d476a5700 (diff) | |
Implement FrontMatter parsing.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 0dd0a5a..1e1ebfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flatmatter", - "version": "1.0.1", + "version": "1.1.0", "description": "A data serialization language, and library, with support for functions.", "author": "Asko Nõmm <asko@nmm.ee> (https://nmm.ee)", "main": "dist/index.js", @@ -32,6 +32,7 @@ "@vitest/ui": "^2.1.8", "tsup": "^8.3.5", "typescript": "^5.7.3", + "@types/node": "^22.10.10", "vite": "^5.4.11", "vitest": "^2.1.8" } |
