Skip to content

Commit

Permalink
Merge pull request #31 from getflywheel/release/2.0.2
Browse files Browse the repository at this point in the history
Release/2.0.2
  • Loading branch information
bgturner authored Nov 23, 2022
2 parents ef3fb57 + 98b9b46 commit 9e03ffe
Show file tree
Hide file tree
Showing 3 changed files with 1,185 additions and 1,048 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "local-addon-xdebug-phpstorm",
"productName": "Xdebug + PhpStorm",
"version": "2.0.1",
"version": "2.0.2",
"description": "One-click configurator for Xdebug + PhpStorm.",
"renderer": "lib/renderer.js",
"main": "lib/main.js",
Expand All @@ -15,14 +15,14 @@
"prepare": "npm run build"
},
"devDependencies": {
"@getflywheel/local": "^5.2.1",
"@getflywheel/local": "^6.6.0",
"@types/electron": "^1.6.10",
"@types/fs-extra": "^8.0.1",
"@types/jsdom": "^12.2.4",
"typescript": "^3.7.5"
},
"dependencies": {
"@getflywheel/local-components": "^12.1.0",
"@getflywheel/local-components": "^17.6.2",
"fs-extra": "^8.1.0",
"jsdom": "^16.0.1",
"react": "^16.12.0",
Expand All @@ -37,6 +37,6 @@
"uuid"
],
"engines": {
"local-by-flywheel": "^5.2.0"
"local-by-flywheel": "^6.5.2"
}
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"resolveJsonModule": true,
"rootDir": "./src",
"sourceMap": true,
"skipLibCheck": true,
"strict": false,
"target": "es2015"
},
Expand Down
Loading

0 comments on commit 9e03ffe

Please sign in to comment.