Tryna get export right
This commit is contained in:
parent
151e691727
commit
148157d0fd
|
@ -119,5 +119,5 @@ Function that takes a parser and returns a visitor for that parser that would no
|
||||||
|
|
||||||
## Motivation
|
## 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.
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "unitfile-parser",
|
"name": "unitfile-parser",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "Parse systemd unit files",
|
"description": "Parse systemd unit files",
|
||||||
"main": "src/mod.mjs",
|
"main": "./src/mod.mjs",
|
||||||
"exports": "src/mod.mjs",
|
"exports": "./src/mod.mjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./scripts/run-tests"
|
"test": "./scripts/run-tests"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue