Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
agrcrobles committed Jan 14, 2021
1 parent b4da151 commit 5250093
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
"name": "react-native-vscode-extensionpack",
"displayName": "React Native Extension Pack",
"description": "ReactNative Extension Pack",
"version": "0.0.1",
"version": "0.0.2",
"publisher": "zetta",
"license": "MIT",
"engines": {
"vscode": "^1.0.0"
},
"keywords": ["react", "react-native", "extension pack"],
"keywords": ["react", "react-native", "extension pack", "debugger"],
"categories": ["Extension Packs"],
"icon": "logo.png",
"repository": {
Expand All @@ -18,7 +15,10 @@
"bugs": {
"url": "https://github.com/agrcrobles/react-native-vscode-extensionpack/issues"
},
"extensionDependencies": [
"engines": {
"vscode": "^1.32.0"
},
"extensionPack": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"flowtype.flow-for-vscode",
Expand Down

0 comments on commit 5250093

Please sign in to comment.