Skip to content

Commit

Permalink
chore(package.json): cleanup package deps and bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bhough committed May 2, 2020
1 parent c2f39f4 commit 67ac804
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polished",
"version": "3.5.2",
"version": "3.6.0",
"description": "A lightweight toolset for writing styles in Javascript.",
"license": "MIT",
"author": "Brian Hough <hello@brianhough.net> (https://polished.js.org)",
Expand Down Expand Up @@ -70,8 +70,7 @@
"build:lib": "src/**/*.js"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"@rollup/plugin-commonjs": "^11.1.0"
"@babel/runtime": "^7.9.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down

0 comments on commit 67ac804

Please sign in to comment.