Skip to content

Commit

Permalink
Add lodash to dep
Browse files Browse the repository at this point in the history
  • Loading branch information
develohpanda committed May 12, 2019
1 parent ecd98cf commit 89129ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-order",
"version": "1.0.1",
"version": "1.0.0",
"description": "Control the order of properties in JSON via a lookup object - including nested properties.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,6 @@
"@types/jest": "^20.0.5",
"@types/lodash.clonedeep": "^4.5.6",
"jest": "^20.0.4",
"lodash.clonedeep": "^4.5.0",
"rimraf": "^2.6.2",
"ts-jest": "^20.0.7",
"tslint": "^5.5.0",
Expand All @@ -47,7 +46,7 @@
"js"
]
},
"peerDependencies": {
"dependencies": {
"lodash.clonedeep": "^4.5.0"
}
}

0 comments on commit 89129ea

Please sign in to comment.