Skip to content

Commit

Permalink
update Readme to provide info about next release
Browse files Browse the repository at this point in the history
  • Loading branch information
dianedelallee committed Mar 3, 2021
1 parent d671cf6 commit 69ce28c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Artemis CSS library

version 0.1.1
version 0.1.2

## CSS class available

Expand Down Expand Up @@ -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
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 69ce28c

Please sign in to comment.