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",