Skip to content

Commit

Permalink
version updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
BalaDhruv committed Mar 8, 2021
1 parent c9575f9 commit 1534e81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "flutter-redux-gen",
"displayName": "Flutter Redux Gen",
"description": "This is the VS Code Extension to generate Redux Code (State, Reducer, Middleware and Action).",
"version": "2.0.0",
"version": "3.0.0",
"publisher": "BalaDhruv",
"author": {
"name": "Balamurugan",
Expand Down Expand Up @@ -137,16 +137,16 @@
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
"@types/vscode": "^1.48.0",
"@types/glob": "^7.1.3",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.27",
"eslint": "^7.6.0",
"@types/vscode": "^1.48.0",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"eslint": "^7.6.0",
"glob": "^7.1.6",
"mocha": "^8.0.1",
"typescript": "^3.8.3",
"vscode-test": "^1.4.0"
}
}
}

0 comments on commit 1534e81

Please sign in to comment.