Skip to content

Commit

Permalink
chore: change local packages to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed May 29, 2020
1 parent f7effa1 commit 518b725
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@
}
]
},
"dependencies": {
"@remedy/tools": "file:packages/tools",
"@remedy/generators": "file:packages/generators"
},
"devDependencies": {
"@remedy/tools": "file:packages/tools",
"@remedy/generators": "file:packages/generators",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
Expand Down

0 comments on commit 518b725

Please sign in to comment.