1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 18:13:26 +00:00

routing to login page

This commit is contained in:
Kyle Spearrin
2018-01-16 15:58:17 -05:00
parent a7994f7ebc
commit 824c5e5ff9
10 changed files with 74 additions and 21 deletions

View File

@@ -5,7 +5,8 @@
"dev": "webpack --config webpack.dev.js",
"dev:watch": "webpack --config webpack.dev.js --watch",
"lint": "tslint src/**/*.ts || true",
"lint:fix": "tslint src/**/*.ts --fix"
"lint:fix": "tslint src/**/*.ts --fix",
"server": "webpack-dev-server --inline --progress --port 8080 --config webpack.dev.js"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.17",
@@ -24,6 +25,7 @@
"tslint-loader": "^3.5.3",
"typescript": "^2.5.3",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.11.0",
"webpack-merge": "^4.1.0"
},
"dependencies": {