diff --git a/README.md b/README.md index c39ae83..811046c 100644 --- a/README.md +++ b/README.md @@ -119,5 +119,5 @@ Function that takes a parser and returns a visitor for that parser that would no ## Motivation -There already is a `systemd-unitfile` package on npm, but it is unmaintainted and has some bad behaviour, like not recognizing multiline values. +There already is a `systemd-unitfile` package on npm, but it is unmaintained and has some bad behaviour, like not recognizing multiline values. diff --git a/package.json b/package.json index 9c2fb06..02e50bc 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "unitfile-parser", - "version": "1.0.2", + "version": "1.0.3", "description": "Parse systemd unit files", - "main": "src/mod.mjs", - "exports": "src/mod.mjs", + "main": "./src/mod.mjs", + "exports": "./src/mod.mjs", "scripts": { "test": "./scripts/run-tests" },