Skip to content

Commit 214b45f

Browse files
author
Darius Rosendahl
committed
Updated castlecss-buttons to ^0.5.0
Updated castlecss-core to ^2.1.0 Updated castlecss-notifications to ^1.0.0 Added castlecss-icons ^1.0.2
1 parent b2f685c commit 214b45f

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
*.log
22
thumbs.db
3-
4-
# Allow castlecss-core in gitignore
5-
node_modules
6-
!node_modules/castlecss-core
3+
node_modules

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ Sourcecode for www.castlecss.com and the documentation for [CastleCSS](https://g
77
## How to install
88
- Download or clone this package
99
- Look in the dist/ folder or build if yourself with GruntJS in your terminal: ```npm install``` + ```grunt```
10+
11+
## Roadmap CastleCSS
12+
You can find the roadmap in the [CastleCSS Meta Package](https://github.com/CastleCSS/castlecss/roadmap.md).

dist/css/styles.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/styles.min.css.map

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
"license": "MIT",
2525
"homepage": "https://www.castlecss.com",
2626
"dependencies": {
27-
"castlecss-buttons": "^0.4.1",
28-
"castlecss-core": "^2.0.1",
29-
"castlecss-notifications": "^0.3.0"
27+
"castlecss-buttons": "^0.5.0",
28+
"castlecss-core": "^2.1.0",
29+
"castlecss-icons": "^1.0.2",
30+
"castlecss-notifications": "^1.0.0"
3031
},
3132
"repository": {
3233
"type": "git",

0 commit comments

Comments
 (0)