Skip to content

Commit

Permalink
Added API build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJltres committed Aug 1, 2020
1 parent 49e791e commit 62e3cab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ Now you can use [VS Code Extension Readme](https://github.com/fomantic/Fomantic-
|---|---|
| **Accordion** | |
| `ui-accordion` | A standard accordion |
| **Api** | |
| `ui-api` | API allows elements to trigger actions on a server
| **Container** | |
| `ui-container` | API allows elements to trigger actions on a server |
| **Calendar** | |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"repository": {
"url": "https://github.com/fomantic/Fomantic-UI-vscode-snippets/"
},
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"build": "webpack",
"start": "webpack && node ./index.js"
Expand Down
2 changes: 1 addition & 1 deletion snippets/fomantic-js.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
},
"Fomantic-UI Default API": {
"prefix": "ui-container",
"prefix": "ui-api",
"description": "API allows elements to trigger actions on a server",
"body": [
"$('${1:.ui.button}').api($2);"
Expand Down

0 comments on commit 62e3cab

Please sign in to comment.