-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "siimple", | ||
"version": "4.0.0-dev", | ||
"version": "4.0.0", | ||
"private": true, | ||
"description": "A minimal and themeable CSS toolkit for flat and clean designs.", | ||
"author": "Josemi Juanes <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@siimple/colors", | ||
"version": "0.0.0-dev", | ||
"version": "0.0.0", | ||
"description": "A color palette for the siimple css toolkit", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@siimple/core", | ||
"version": "0.0.0-dev", | ||
"version": "0.0.0", | ||
"description": "Core module of the siimple css toolkit", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@siimple/preset-elements", | ||
"version": "0.0.0-dev", | ||
"version": "0.0.0", | ||
"description": "Elements preset for the siimple css toolkit", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@siimple/preset-helpers", | ||
"version": "0.0.0-dev", | ||
"version": "0.0.0", | ||
"description": "Helpers preset for the siimple css toolkit", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@siimple/preset-icons", | ||
"version": "0.0.0-dev", | ||
"version": "0.0.0", | ||
"description": "Icons preset for the siimple css toolkit", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@siimple/preset-markup", | ||
"version": "0.0.0-dev", | ||
"version": "0.0.0", | ||
"description": "Markup preset for the siimple css toolkit", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@siimple/preset-reboot", | ||
"version": "0.0.0-dev", | ||
"version": "0.0.0", | ||
"description": "Reboot preset for the siimple css toolkit", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@siimple/preset-theme", | ||
"version": "0.0.0-dev", | ||
"version": "0.0.0", | ||
"description": "Default theme preset for the siimple css toolkit", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
@@ -10,7 +10,7 @@ | |
"homepage": "https://www.siimple.xyz", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@siimple/colors": "^0.0.0-dev" | ||
"@siimple/colors": "^0.0.0" | ||
}, | ||
"keywords": [ | ||
"siimple", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "siimple", | ||
"version": "4.0.0-dev", | ||
"version": "4.0.0", | ||
"description": "A minimal and themeable CSS framework for flat and clean designs.", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
@@ -13,13 +13,13 @@ | |
"siimple": "./cli.js" | ||
}, | ||
"dependencies": { | ||
"@siimple/core": "^0.0.0-dev", | ||
"@siimple/preset-theme": "^0.0.0-dev", | ||
"@siimple/preset-reboot": "^0.0.0-dev", | ||
"@siimple/preset-markup": "^0.0.0-dev", | ||
"@siimple/preset-elements": "^0.0.0-dev", | ||
"@siimple/preset-helpers": "^0.0.0-dev", | ||
"@siimple/preset-icons": "^0.0.0-dev" | ||
"@siimple/core": "^0.0.0", | ||
"@siimple/preset-theme": "^0.0.0", | ||
"@siimple/preset-reboot": "^0.0.0", | ||
"@siimple/preset-markup": "^0.0.0", | ||
"@siimple/preset-elements": "^0.0.0", | ||
"@siimple/preset-helpers": "^0.0.0", | ||
"@siimple/preset-icons": "^0.0.0" | ||
}, | ||
"keywords": [ | ||
"siimple", | ||
|