Skip to content

Commit

Permalink
5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fkhadra committed Jun 18, 2019
1 parent e016979 commit 52a0e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-toastify",
"version": "5.2.1",
"version": "5.3.0",
"description": "React notification made easy",
"keywords": [
"react",
Expand Down Expand Up @@ -36,7 +36,7 @@
"build": "npm run clean && cross-env NODE_ENV=production rollup -c && npm run style",
"clean": "rimraf cjs/* && rimraf dist/* && rimraf esm/*",
"sass": "node-sass scss/main.scss dist/ReactToastify.css",
"sass-minimal":"node-sass scss/minimal.scss dist/ReactToastify.minimal.css",
"sass-minimal": "node-sass scss/minimal.scss dist/ReactToastify.minimal.css",
"postsass": "postcss dist/ReactToastify.css --use autoprefixer -m -o dist/ReactToastify.css",
"postsass-minimal": "cssnano dist/ReactToastify.minimal.css dist/ReactToastify.minimal.css --no-zindex --no-reduceIdents",
"style": "npm run sass && npm run sass-minimal && cssnano dist/ReactToastify.css dist/ReactToastify.min.css --no-zindex --no-reduceIdents"
Expand Down

0 comments on commit 52a0e44

Please sign in to comment.