Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changing name from Bootstrap 4 CDN Snippet to Bootstrap CDN Snippet #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bootstrap 4 with CDN Boilerplate
# Bootstrap with CDN Boilerplate

<!-- markdownlint-disable MD037 MD024 -->

Expand Down Expand Up @@ -27,8 +27,8 @@ The extension also supports [Bootswatch](https://bootswatch.com/) themes

| **Command** | **Help Text ** |
| ----------- | ------------------------------------------------------------------------------------------------- |
| !bcdn | Creates an Bootstrap 4 starter template. With Jquery, popper.js and Font-Awesome 5 |
| !bcdn5 | Creates an Bootstrap 5 starter template. With popper.js and Font-Awesome 5 |
| !bcdn | Creates an Bootstrap 4 starter template. With Jquery, popper.js and Font-Awesome 5 |
| !bcss | Creates an Bootstrap 4 starter template. Only with CSS (No Jquery) and Font-Awesome 5 |
| !b3cdn | Creates an Bootstrap 4 starter template. With Jquery, Font-Awesome 4.7 |
| !bcdnajax | Creates an Bootstrap 4 starter template. With Jquery, popper.js and Font-Awesome 5 (Ajax support) |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "bootstrap-4-cdn-snippet",
"displayName": "Bootstrap 4 CDN Snippet",
"name": "bootstrap-cdn-snippet",
"displayName": "Bootstrap CDN Snippet",
"description": "This will get you up and running to get a boilerplate of bootstrap ready in a sec",
"version": "1.12.0",
"version": "1.12.1",
"publisher": "eventyret",
"homepage": "https://github.com/Eventyret/vscode-bcdn/blob/master/README.md",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down