Skip to content

Commit

Permalink
Update readme after merging PR and increase version to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
xabikos committed Apr 16, 2018
1 parent 4e9198e commit 5d391cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Below is a list of all available snippets and the triggers of each one. The **
| `sti→` | set interval helper method `setInterval(() => {});` |
| `sto→` | set timeout helper method `setTimeout(() => {});` |
| `prom→` | creates a new Promise `return new Promise((resolve, reject) => {});`|
| `thenCatch→`| adds then and catch declaration to a promise `.then((res) => {).catch((err) => {});`|

### Console methods
| Trigger | Content |
Expand All @@ -71,6 +72,7 @@ Below is a list of all available snippets and the triggers of each one. The **
| `cgr→` | console group `console.group(label)` |
| `cge→` | console groupEnd `console.groupEnd()` |
| `clg→` | console log `console.log(object)` |
| `clo→` | console log object with name `console.log('object :', object);` |
| `ctr→` | console trace `console.trace(object)` |
| `cwa→` | console warn `console.warn` |
| `cin→` | console info `console.info` |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "JavaScriptSnippets",
"description": "Code snippets for JavaScript in ES6 syntax",
"version": "1.5.0",
"version": "1.6.0",
"displayName": "JavaScript (ES6) code snippets",
"publisher": "xabikos",
"icon": "images/javascript.png",
Expand Down

0 comments on commit 5d391cc

Please sign in to comment.