Skip to content

Commit

Permalink
Update package version to publish snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
xabikos committed Nov 13, 2017
1 parent 1921625 commit 56a45b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ReactSnippets",
"description": "Code snippets for Reactjs development in ES6 syntax",
"version": "1.5.0",
"version": "1.6.0",
"displayName": "Reactjs code snippets",
"publisher": "xabikos",
"icon": "images/react.png",
Expand All @@ -21,10 +21,10 @@
],
"contributes": {
"snippets": [
{
{
"language": "javascriptreact",
"path": "./snippets/snippets.json"
},
},
{
"language": "javascript",
"path": "./snippets/snippets.json"
Expand Down

0 comments on commit 56a45b6

Please sign in to comment.