Skip to content

Commit

Permalink
chore: release v4.0,0
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitBhalla committed Feb 16, 2022
1 parent 930c73e commit 2b78fb2
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ typings/**
tsconfig.json
img/
docs/
node_modules/**
node_modules/**
components/**
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "React Native Elements Snippets",
"description": "Snippets for React Native Elements ",
"private": true,
"version": "1.3.0",
"version": "4.0.0",
"publisher": "rne",
"keywords": [
"snippets",
Expand All @@ -17,7 +17,7 @@
}
],
"engines": {
"vscode": "^1.22.0"
"vscode": "^1.63.0"
},
"main": "./build/extension.js",
"scripts": {
Expand Down Expand Up @@ -125,7 +125,7 @@
"semantic-release-vsce": "^3.3.0",
"ts-node": "^9.1.1",
"typescript": "4.2.4",
"vsce": "^1.88.0",
"vsce": "^2.6.7",
"vscode": "^1.1.37"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 2b78fb2

Please sign in to comment.