Skip to content

Commit

Permalink
Merge pull request #317 from wheeler/patch-1
Browse files Browse the repository at this point in the history
fix(dependencies): move `np` to devDependency
  • Loading branch information
JohannesKlauss committed Jul 29, 2020
2 parents b176c8c + 6c0c4b9 commit fab3ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
]
},
"dependencies": {
"hotkeys-js": "3.8.1",
"np": "6.3.2"
"hotkeys-js": "3.8.1"
},
"devDependencies": {
"@babel/core": "7.10.5",
Expand All @@ -80,6 +79,7 @@
"emotion-theming": "10.0.27",
"gatsby-plugin-emotion": "4.3.10",
"jest": "26.1.0",
"np": "6.3.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-test-renderer": "16.13.1",
Expand Down

0 comments on commit fab3ce5

Please sign in to comment.