Skip to content

Commit

Permalink
Release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidjaniga committed Apr 5, 2021
1 parent f77c772 commit b8e46d8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
2 changes: 2 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [0.5.3](https://github.com/dawidjaniga/pomoguru/compare/0.5.2...0.5.3) (2021-04-05)

## [0.5.2](https://github.com/dawidjaniga/pomoguru/compare/0.5.1...0.5.2) (2021-04-05)

## [0.5.1](https://github.com/dawidjaniga/pomoguru/compare/0.5.0...0.5.1) (2021-04-05)
Expand Down
18 changes: 14 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pomoguru",
"main": "public/electron.js",
"homepage": "./",
"version": "0.5.2",
"version": "0.5.3",
"author": "Robert Kostrzewski Robert Raimann Dawid Janiga",
"description": "Pomoguru gives you focus",
"license": "MIT",
Expand Down Expand Up @@ -57,7 +57,10 @@
"vPrefixedTagName": false
}
},
"files": ["build/**/*", "node_modules/**/*"],
"files": [
"build/**/*",
"node_modules/**/*"
],
"directories": {
"buildResources": "build"
},
Expand All @@ -68,10 +71,17 @@
"url": "git+https://github.com/dawidjaniga/pomoguru.git"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
Expand Down

0 comments on commit b8e46d8

Please sign in to comment.