From 286716c617d69783da64a27548ae532bb2e3d9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kalvis=20Kalni=C5=86=C5=A1?= Date: Mon, 12 May 2025 17:42:30 +0300 Subject: [PATCH 1/2] chore: license, author and contributors DEV-67 --- package.json | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 53fdd5e..86b5bf1 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,6 @@ "style-fix": "eslint *.js src/**/*.js test/**/*.js --fix", "style-check": "eslint *.js src/**/*.js test/**/*.js" }, - "repository": { - "type": "git", - "url": "git+https://github.com/enketo/enketo-validate.git" - }, "keywords": [ "Enketo", "XForms", @@ -26,8 +22,6 @@ "libxslt/nan": "^2.17.0", "node1-libxmljsmt-myh/nan": "^2.17.0" }, - "author": "Martijn van de Rijdt", - "license": "Apache-2.0", "bugs": { "url": "https://github.com/enketo/enketo-validate/issues" }, @@ -53,9 +47,28 @@ "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0" }, + "repository": "https://github.com/enketo/enketo-validate", + "license": "Apache-2.0", + "author": { + "name": "KoboToolbox", + "email": "enketo@kobotoolbox.org", + "url": "https://www.kobotoolbox.org/about-us/meet-the-team" + }, + "contributors": [ + { + "name": "ODK", + "email": "support@getodk.org", + "url": "https://getodk.org/about/team" + }, + { + "name": "Martijn van de Rijdt", + "email": "martijn@enketo.org", + "url": "https://github.com/MartijnR" + } + ], "volta": { "node": "20.5.1", "yarn": "1.22.19" - } - -} + }, + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" +} \ No newline at end of file From c04f82eacc24684e52db02294d954f9d06214600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kalvis=20Kalni=C5=86=C5=A1?= Date: Tue, 13 May 2025 16:43:30 +0300 Subject: [PATCH 2/2] fix: unrelated change --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 86b5bf1..c36cfd7 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,5 @@ "volta": { "node": "20.5.1", "yarn": "1.22.19" - }, - "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" + } } \ No newline at end of file