From 925b6e09f48a565725bcf4986fd904bd51575a64 Mon Sep 17 00:00:00 2001 From: chyzwar Date: Wed, 15 May 2024 16:11:41 +0200 Subject: [PATCH] fix(*): fix licence and lerna config --- README.md | 2 +- lerna.json | 1 + package.json | 2 +- packages/conf/package.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d07a20..e25a5e1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Collection of packages useful when interfacing with systemd. ## @systemd-js/conf - INI parser for systemd config files. -- Set of fluent builders to create and modify unit files. +- Fluent builders to create and modify unit files. Based on systemd v255.4 diff --git a/lerna.json b/lerna.json index 53fc594..5eec741 100644 --- a/lerna.json +++ b/lerna.json @@ -5,6 +5,7 @@ "packages/*/examples/packages/*" ], "npmClient": "yarn", + "version": "version", "changelogPreset": "conventional-changelog-conventionalcommits", "command": { "version": { diff --git a/package.json b/package.json index dd2d73b..d541809 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "packages/*" ], "private": true, - "license": "MIT", + "license": "Apache-2.0", "scripts": { "lint": "eslint . --cache", "lint:fix": "eslint . --fix --cache", diff --git a/packages/conf/package.json b/packages/conf/package.json index 10e12c7..af3ec8b 100644 --- a/packages/conf/package.json +++ b/packages/conf/package.json @@ -7,7 +7,7 @@ }, "main": "lib/index.js", "type": "module", - "license": "MIT", + "license": "Apache-2.0", "description": "Reading and creating systemd configs", "keywords": [ "systemd",