We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa2a59 commit 42a1f2bCopy full SHA for 42a1f2b
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "redux-flash",
3
- "version": "2.0.4",
+ "version": "2.0.5",
4
"description": "Redux action creators for displaying flash messages",
5
"main": "lib/index.js",
6
"scripts": {
7
"start": "yarn run build:development",
8
"build": "mkdir -p lib && babel src --out-dir lib --no-comments --minified",
9
"build:development": "mkdir -p lib && babel src --watch --out-dir lib",
10
- "clean": "rimraf lib",
+ "clean": "rm -rf lib",
11
"lint": "eslint src",
12
"prepublish": "yarn run lint && yarn run clean && yarn run build",
13
"test": "jest",
@@ -39,7 +39,6 @@
39
"jest": "^24.8.0",
40
"redux": "^4.0.4",
41
"redux-mock-store": "^1.3.0",
42
- "rimraf": "^2.5.4",
43
"size-limit": "^1.0.0"
44
},
45
"dependencies": {
0 commit comments