Skip to content

Commit 42a1f2b

Browse files
authored
Remove rimraf dependency (#26)
* Remove rimraf dependency * Version bump: 2.0.5
1 parent eaa2a59 commit 42a1f2b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "redux-flash",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Redux action creators for displaying flash messages",
55
"main": "lib/index.js",
66
"scripts": {
77
"start": "yarn run build:development",
88
"build": "mkdir -p lib && babel src --out-dir lib --no-comments --minified",
99
"build:development": "mkdir -p lib && babel src --watch --out-dir lib",
10-
"clean": "rimraf lib",
10+
"clean": "rm -rf lib",
1111
"lint": "eslint src",
1212
"prepublish": "yarn run lint && yarn run clean && yarn run build",
1313
"test": "jest",
@@ -39,7 +39,6 @@
3939
"jest": "^24.8.0",
4040
"redux": "^4.0.4",
4141
"redux-mock-store": "^1.3.0",
42-
"rimraf": "^2.5.4",
4342
"size-limit": "^1.0.0"
4443
},
4544
"dependencies": {

0 commit comments

Comments
 (0)