Skip to content

Commit 8b5118b

Browse files
committed
Fix wrong dependency
Closes #187
1 parent 5e7a0c4 commit 8b5118b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin-on-rest",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI",
55
"files": [
66
"*.md",
@@ -42,7 +42,6 @@
4242
"fakerest": "~1.2.1",
4343
"fetch-mock": "~5.5.0",
4444
"ignore-styles": "~5.0.1",
45-
"lodash.defaultsdeep": "^4.6.0",
4645
"mocha": "~3.2.0",
4746
"react-addons-test-utils": "~15.4.0",
4847
"sinon": "~1.17.6",
@@ -54,6 +53,7 @@
5453
"babel-runtime": "~6.18.0",
5554
"inflection": "~1.10.0",
5655
"lodash.debounce": "~4.0.8",
56+
"lodash.defaultsdeep": "^4.6.0",
5757
"lodash.get": "~4.4.2",
5858
"material-ui": "~0.16.4",
5959
"quill": "~1.1.5",

0 commit comments

Comments
 (0)