summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
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"
}