Skip to content

Commit

Permalink
Merge pull request #7 from phenyl-js/fix-dependencies
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
shinout committed Feb 20, 2019
2 parents a8fccde + 83eb470 commit 2096892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions modules/format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
"type-check": "upbin tsc --noEmit",
"watch": "upbin tsc --declaration --watch"
},
"dependencies": {
"deepmerge": "^2.2.1"
},
"devDependencies": {
"upbin": "^0.8.1"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/retriever/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"watch": "upbin tsc --declaration --watch"
},
"dependencies": {
"@sp2/format": "~1.2.2"
"@sp2/format": "~1.2.2",
"fast-deep-equal": "^2.0.1"
},
"devDependencies": {
"fast-deep-equal": "^2.0.1",
"upbin": "^0.8.1"
},
"publishConfig": {
Expand Down

0 comments on commit 2096892

Please sign in to comment.