Skip to content

Commit

Permalink
Bump version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex committed Jan 22, 2021
1 parent df25f95 commit 845de61
Show file tree
Hide file tree
Showing 2 changed files with 444 additions and 684 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "react-svg-donuts",
"version": "2.0.0",
"version": "2.0.1",
"description": "A ReactJS component for simple SVG donut graphs.",
"main": "dist/index.js",
"style": "dist/index.css",
"scripts": {
"test": "jest",
"start": "webpack-dev-server --mode development",
"start": "webpack serve --mode development",
"build": "babel src -d dist --copy-files"
},
"author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://atanas.info)",
Expand All @@ -33,7 +33,7 @@
"react-test-renderer": "17.0.1",
"regenerator-runtime": "0.13.7",
"style-loader": "2.0.0",
"webpack": "5.16.0",
"webpack": "5.17.0",
"webpack-cli": "4.4.0",
"webpack-dev-server": "3.11.2"
},
Expand Down
Loading

0 comments on commit 845de61

Please sign in to comment.