Skip to content

Commit

Permalink
fix: pretty package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiaifrim committed Nov 22, 2023
1 parent 0a5a555 commit f389495
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
],
"dependencies": {
"@eeacms/volto-datablocks": "*",
"@eeacms/volto-embed": "*",
"@eeacms/volto-eea-design-system": "*",
"@eeacms/volto-eea-map": "*",
"@eeacms/volto-eea-website-theme": "*",
"@eeacms/volto-embed": "*",
"@eeacms/volto-globalsearch": "*",
"@eeacms/volto-matomo": "*",
"@eeacms/volto-openlayers-map": "0.1.4",
Expand Down Expand Up @@ -66,10 +66,10 @@
"@plone/scripts": "*",
"babel-plugin-transform-class-properties": "^6.24.1",
"cypress-fail-fast": "^5.0.1",
"md5": "^2.3.0",
"postcss-less": "6.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1"
"lint-staged": "^14.0.1",
"md5": "^2.3.0",
"postcss-less": "6.0.0"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json}": [
Expand Down Expand Up @@ -112,4 +112,4 @@
"cypress:open": "make cypress-open",
"prepare": "husky install"
}
}
}

0 comments on commit f389495

Please sign in to comment.