Skip to content

Commit 89129ea

Browse files
committed
Add lodash to dep
1 parent ecd98cf commit 89129ea

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,6 +1,6 @@
11
{
22
"name": "json-order",
3-
"version": "1.0.1",
3+
"version": "1.0.0",
44
"description": "Control the order of properties in JSON via a lookup object - including nested properties.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -31,7 +31,6 @@
3131
"@types/jest": "^20.0.5",
3232
"@types/lodash.clonedeep": "^4.5.6",
3333
"jest": "^20.0.4",
34-
"lodash.clonedeep": "^4.5.0",
3534
"rimraf": "^2.6.2",
3635
"ts-jest": "^20.0.7",
3736
"tslint": "^5.5.0",
@@ -47,7 +46,7 @@
4746
"js"
4847
]
4948
},
50-
"peerDependencies": {
49+
"dependencies": {
5150
"lodash.clonedeep": "^4.5.0"
5251
}
5352
}

0 commit comments

Comments
 (0)