Skip to content

Commit

Permalink
add dependencies + prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Sep 13, 2022
1 parent f487f47 commit 15756bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
"volto-slate"
],
"dependencies": {
"volto-slate": "*",
"@plone/scripts": "*"
"@plone/scripts": "*",
"react-countup": "6.3.1",
"volto-slate": "*"
},
"devDependencies": {
"@cypress/code-coverage": "^3.9.5",
Expand Down
2 changes: 1 addition & 1 deletion src/StatisticBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
color: inherit;
}
}
}
}

0 comments on commit 15756bd

Please sign in to comment.