Skip to content

Commit

Permalink
Remove rimraf dependency (#26)
Browse files Browse the repository at this point in the history
* Remove rimraf dependency

* Version bump: 2.0.5
  • Loading branch information
dpikt authored Aug 23, 2019
1 parent eaa2a59 commit 42a1f2b
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,13 +1,13 @@
{
"name": "redux-flash",
"version": "2.0.4",
"version": "2.0.5",
"description": "Redux action creators for displaying flash messages",
"main": "lib/index.js",
"scripts": {
"start": "yarn run build:development",
"build": "mkdir -p lib && babel src --out-dir lib --no-comments --minified",
"build:development": "mkdir -p lib && babel src --watch --out-dir lib",
"clean": "rimraf lib",
"clean": "rm -rf lib",
"lint": "eslint src",
"prepublish": "yarn run lint && yarn run clean && yarn run build",
"test": "jest",
Expand Down Expand Up @@ -39,7 +39,6 @@
"jest": "^24.8.0",
"redux": "^4.0.4",
"redux-mock-store": "^1.3.0",
"rimraf": "^2.5.4",
"size-limit": "^1.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 42a1f2b

Please sign in to comment.