From ebab09dbedbcc6246184c76f88fd4947d5443033 Mon Sep 17 00:00:00 2001 From: "[1000i100] Millicent Billette" <git@1000i100.fr> Date: Tue, 27 Mar 2018 18:08:31 +0200 Subject: [PATCH] =?UTF-8?q?pr=C3=A9p=C3=A9ration=20du=20d=C3=A9pot=20d?= =?UTF-8?q?=C3=A9di=C3=A9=20=C3=A0=20la=20licence,=20pour=20publication=20?= =?UTF-8?q?sur=20npm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 7 ++++++- README.md | 5 +++++ package.json | 24 ++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 README.md create mode 100644 package.json diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae3a7ba7..6571730e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,4 +5,9 @@ mirror_to_github: - git remote add github $GITHUB_URL_AND_KEY - git config --global user.email "contact@duniter.org" - git config --global user.name "Duniter" - - git push --force --mirror github \ No newline at end of file + - git push --force --mirror github +npm: + script: + - echo TODO + only: + tags diff --git a/README.md b/README.md new file mode 100644 index 00000000..e397402d --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Licence Ǧ1 ([fr](license/license_g1-fr-FR.rst)) ([en](license/license_g1-en.rst)) + +Dernière version : (consulter la licence) + +// TODO : import depuis npm, version npm publié automatiquement selon les tags diff --git a/package.json b/package.json new file mode 100644 index 00000000..c4e61c79 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "licence-g1", + "version": "1.0.0", + "description": "Licence de la Ǧ1", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git@git.duniter.org:communication/licence-G1.git" + }, + "keywords": [ + "licence", + "crypto-currency", + "monnaie", + "libre", + "June", + "G1", + "Ǧ1" + ], + "author": "Duniter community", + "license": "ISC" +} -- GitLab