Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #4 from lsdafjklsd/patch-1
Browse files Browse the repository at this point in the history
Bumped version of Express and connect-assets
  • Loading branch information
EtienneLem committed Nov 14, 2012
2 parents 57a98d1 + 08fcc0d commit 3682034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/skeleton/template.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class Template
"name": "#{@appName}"
, "version": "0.0.1"
, "dependencies": {
"express": "3.0.0beta4"
, "connect-assets": "2.1.x"
"express": "3.0.3"
, "connect-assets": "2.3.3"
#{this.getTemplateModule()}
#{this.getCssModule()}
#{this.getJsModule()}
Expand Down

0 comments on commit 3682034

Please sign in to comment.