From 69ce28c66dae69637286e734af9dc5e3ac544c74 Mon Sep 17 00:00:00 2001 From: dianedelallee Date: Wed, 3 Mar 2021 17:34:19 +0100 Subject: [PATCH] update Readme to provide info about next release --- README.md | 7 ++++++- package.json | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0429f1a..9b80066 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Artemis CSS library -version 0.1.1 +version 0.1.2 ## CSS class available @@ -40,3 +40,8 @@ Term | color | value ## How to use it? `npm install artemis-css` + + +## In the next release +* Better explanation of how to use it +* Propose other form style diff --git a/package.json b/package.json index d9af3cb..0f0fd04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "artemis-css", - "version": "0.1.1", + "version": "0.1.2", "description": "A nice css library for bootstrap 5", "main": "README.md", "scripts": { @@ -10,6 +10,9 @@ "type": "git", "url": "git+https://github.com/dianedelallee/artemis.git" }, + "publishConfig": { + "registry": "https://npm.pkg.github.com/dianedelallee" + }, "keywords": [ "CSS", "Bootstrap",