Skip to content

Commit

Permalink
fix(dep): move object-hash from top level to genji-notebook (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini authored Sep 14, 2022
1 parent 9012e15 commit 74e506f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"jest": "^27.5.1",
"lerna": "^4.0.0",
"lint-staged": "^12.3.4",
"npm-run-all": "^4.1.5",
"object-hash": "^3.0.0"
"npm-run-all": "^4.1.5"
},
"dependencies": {
"lodash": "^4.17.21"
Expand Down
5 changes: 3 additions & 2 deletions packages/genji-notebook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genji-notebook",
"version": "0.1.2",
"version": "0.1.3",
"description": "Interactive JavaScript Notebook.",
"bin": "bin/genji.js",
"repository": {
Expand All @@ -24,7 +24,8 @@
"commander": "^9.0.0",
"file-system": "^2.2.2",
"gh-pages": "^3.2.3",
"nodemon": "^2.0.15"
"nodemon": "^2.0.15",
"object-hash": "^3.0.0"
},
"files": [
"public",
Expand Down

0 comments on commit 74e506f

Please sign in to comment.