Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Mar 27, 2023
1 parent 38464fe commit f5b8703
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epfl-elements",
"version": "4.1.0",
"version": "4.2.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,10 +46,15 @@
"parserOptions": {
"requireConfigFile": false,
"babelOptions": {
"presets": ["@babel/preset-react"]
"presets": [
"@babel/preset-react"
]
}
},
"ignorePatterns": [ "build/", "dist/" ],
"ignorePatterns": [
"build/",
"dist/"
],
"extends": [
"airbnb"
],
Expand Down

0 comments on commit f5b8703

Please sign in to comment.