Remove bower from post install

This commit is contained in:
Denys Vuika 2016-04-18 15:19:30 +01:00
parent 9e413c0e09
commit 1e6d69f6cc

View File

@ -8,7 +8,7 @@
"tsc:w": "tsc -w", "tsc:w": "tsc -w",
"lite": "lite-server", "lite": "lite-server",
"typings": "typings", "typings": "typings",
"postinstall": "bower install && typings install" "postinstall": "typings install"
}, },
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {