Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
fix: put dynamic-on-change in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Oct 24, 2018
1 parent 5e779f1 commit 9fccab8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"@types/jest": "^23.3.1",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"dynamic-on-change": "^1.0.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"husky": "^1.1.2",
Expand All @@ -79,5 +78,7 @@
"react": "^16.5.2",
"react-dom": "^16.5.2"
},
"dependencies": {}
"dependencies": {
"dynamic-on-change": "^1.0.0"
}
}

0 comments on commit 9fccab8

Please sign in to comment.