Skip to content

Commit

Permalink
deps fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vladotesanovic committed Feb 22, 2016
1 parent 49ed1a5 commit 0c728da
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
app/**/*.js
typings
typings
npm-debug.log
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.13",
"express": "~4.13.1",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"reflect-metadata": "0.1.2",
"rxjs": "^5.0.0-beta.2",
"serve-favicon": "~2.3.0",
"systemjs": "^0.19.22",
"typescript": "^1.8.0",
"zone.js": "^0.5.15",
"typings": "^0.6.8"
"systemjs": "^0.19.22",
"zone.js": "^0.5.15"
},
"devDependencies": {
"typings": "^0.6.8",
"typescript": "^1.8.0"
}
}
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Angular2 Express slim starter ( Heroku ready )

Demo: https://express-angular2-slim.herokuapp.com/

- Angular 2 beta.6 ( https://angular.io/docs/ts/latest/quickstart.html )
- Angular 2 beta.7 ( https://angular.io/docs/ts/latest/quickstart.html )
- Express ( from generator )

## Install
Expand Down

0 comments on commit 0c728da

Please sign in to comment.