Skip to content

Commit

Permalink
trying to figure out heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
nikbabchenko committed Jan 7, 2018
1 parent 29a4bee commit 03ec200
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"preinstall": "npm i @angular/cli",
"postinstall": "ng build --aot --prod --build-optimizer"
},
"private": true,
Expand All @@ -36,7 +37,8 @@
"reset.css": "^2.0.2",
"rxjs": "^5.5.2",
"underscore": "^1.8.3",
"zone.js": "^0.8.18"
"zone.js": "^0.8.18",
"typescript": "2.4.2"
},
"devDependencies": {
"@types/jasmine": "2.5.38",
Expand All @@ -52,8 +54,7 @@
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "^5.2.0",
"ts-node": "~2.0.0",
"tslint": "4.5.1",
"typescript": "2.4.2"
"tslint": "4.5.1"
},
"engines": {
"node": "7.10.1",
Expand Down

0 comments on commit 03ec200

Please sign in to comment.