Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengchun committed Sep 28, 2022
1 parent f4bb3a7 commit 5914487
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 21 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ The extended components below are ready to your project, it's free forever.
- [Avatar](https://fastbootstrap.com/components/avatar/)
- [Avatar Group](https://fastbootstrap.com/components/avatar-group/)
- [Blankslate](https://fastbootstrap.com/components/blankslate/)
- [Layout](https://fastbootstrap.com/components/layout/)
- [Lozenge](https://fastbootstrap.com/components/lozenge/)
- [Menu](https://fastbootstrap.com/components/menu/)
- [Progress Indicator](https://fastbootstrap.com/components/progress-indicator/)
Expand Down
6 changes: 1 addition & 5 deletions dist/css/fastbootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/fastbootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/fastbootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/fastbootstrap.min.css.map

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions dist/css/fastbootstrap.rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/fastbootstrap.rtl.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/fastbootstrap.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/fastbootstrap.rtl.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/fastbootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/fastbootstrap.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fastbootstrap",
"version": "0.0.1",
"description": "Free Bootstrap components & plugins with Atlassian Design for your next project quickly start.",
"version": "1.0.0",
"description": "Free Bootstrap components & plugins with Atlassian Design for your next project quickly get start.",
"homepage": "https://fastbootstrap.com/",
"author": "FastBootstrap",
"license": "MIT",
Expand All @@ -20,7 +20,9 @@
"bootstrap",
"atlassian-design"
],
"sass": "src/scss/fast-bootstrap.scss",
"main": "dist/js/fastbootstrap.js",
"sass": "src/scss/fastbootstrap.scss",
"style": "dist/css/fastbootstrap.css",
"scripts": {
"css": "npm-run-all css-compile css-prefix css-rtl css-minify",
"css-compile": "sass --load-path=node_modules --style expanded --source-map --embed-sources --no-error-css src/scss/:dist/css/",
Expand Down

0 comments on commit 5914487

Please sign in to comment.