Skip to content

Commit

Permalink
moved typescript and babel-loader to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dfee committed Dec 2, 2018
1 parent a1b4cfa commit deac77c
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 17 deletions.
58 changes: 44 additions & 14 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@
},
"homepage": "https://github.com/dfee/rbx#readme",
"dependencies": {
"babel-loader": "^8.0.4",
"bulma": "0.7.1",
"emotion": "^9.2.12",
"typescript": "^3.2.1"
"emotion": "^9.2.12"
},
"peerDependencies": {
"react": "^16.3.0",
Expand Down Expand Up @@ -76,6 +74,7 @@
"@types/storybook__addon-options": "^3.2.2",
"@types/storybook__react": "^4.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.4",
"coveralls": "3.0.2",
"cpx": "^1.5.0",
"css-loader": "1.0.1",
Expand Down Expand Up @@ -108,6 +107,7 @@
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.16.0",
"tslint-react": "^3.6.0",
"typescript": "^3.2.1",
"webpack": "4.25.1"
}
}

0 comments on commit deac77c

Please sign in to comment.