ㅑㅜㅎ

This commit is contained in:
crusader 2017-12-21 11:09:24 +09:00
parent 59415bd7ac
commit f59b73235a
2 changed files with 1 additions and 3 deletions

View File

@ -20,7 +20,6 @@
"stats": "set NODE_ENV=production && webpack --progress --config ./config/webpack/webpack.config.stats.js --profile --json > ./config/webpack/stats/stats.json" "stats": "set NODE_ENV=production && webpack --progress --config ./config/webpack/webpack.config.stats.js --profile --json > ./config/webpack/stats/stats.json"
}, },
"devDependencies": { "devDependencies": {
"@types/auth0-lock": "^10.16.2",
"@types/history": "^4.6.2", "@types/history": "^4.6.2",
"@types/jest": "^21.1.8", "@types/jest": "^21.1.8",
"@types/lodash": "^4.14.91", "@types/lodash": "^4.14.91",
@ -73,7 +72,6 @@
"webpack-visualizer-plugin": "^0.1.11" "webpack-visualizer-plugin": "^0.1.11"
}, },
"dependencies": { "dependencies": {
"auth0-lock": "^10.24.1",
"history": "^4.7.2", "history": "^4.7.2",
"immutable": "^3.8.2", "immutable": "^3.8.2",
"inversify": "^4.9.0", "inversify": "^4.9.0",

View File

@ -14,7 +14,7 @@ class WebApp extends React.Component<Props, State> {
public render(): JSX.Element { public render(): JSX.Element {
return ( return (
<b>Hello...</b> <b>Hello....</b>
); );
} }
} }