Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move loose-envify and semantic-release to devDependencies #319

Merged
merged 2 commits into from Apr 14, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -55,9 +55,7 @@
"react-dom": ">=15.0.0"
},
"dependencies": {
"@semantic-release/github": "^4.2.8",
"dom-helpers": "^3.2.0",
"loose-envify": "^1.3.1",
"prop-types": "^15.5.8"
},
"devDependencies": {
Expand All @@ -68,6 +66,7 @@
"@commitlint/travis-cli": "^6.1.3",
"@semantic-release/changelog": "^2.0.1",
"@semantic-release/git": "^4.0.1",
"@semantic-release/github": "^4.2.8",
"@semantic-release/npm": "^3.2.4",
"@storybook/addon-actions": "^3.2.11",
"@storybook/react": "^3.2.11",
Expand All @@ -93,6 +92,7 @@
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^6.10.3",
"jest": "^20.0.4",
"loose-envify": "^1.3.1",
"prettier": "^1.11.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
Expand Down