diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 70c9622..df20b52 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "2.0.1", "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", - "module": "dist/index.mjs", + "main": "dist/flatmatter.js", + "module": "dist/flatmatter.mjs", "type": "module", "license": "MIT", "keywords": [ @@ -41,4 +41,4 @@ "dependencies": { "effect": "^3.13.1" } -} +}
\ No newline at end of file |
