Skip to content

Commit 9f4c40f

Browse files
authored
remove unnecessary dep (#908)
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 7b60fed commit 9f4c40f

File tree

2 files changed

+8
-194
lines changed

2 files changed

+8
-194
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"jest-canvas-mock": "^2.5.1",
3333
"lint-staged": "^9.2.0",
3434
"moment": "^2.24.0",
35-
"redux-mock-store": "^1.5.4",
36-
"start-server-and-test": "^1.11.7"
35+
"redux-mock-store": "^1.5.4"
3736
},
3837
"dependencies": {
3938
"babel-polyfill": "^6.26.0",
@@ -59,4 +58,4 @@
5958
"braces": "^3.0.3",
6059
"micromatch": "^4.0.8"
6160
}
62-
}
61+
}

0 commit comments

Comments
 (0)