Skip to content

Commit

Permalink
Updates Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethormandy committed Jul 7, 2014
1 parent 1f84dad commit bebfd84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Pre-compilers are becoming extremely powerful and shipping front-ends as static
| | Language Superset | Whitespace Sensitive
| --------------- | ----------------------------------------------------------------- | --------------------------------------------------------------------------------------
| **HTML** | [EJS](http://embeddedjs.com/) | [Jade](http://jade-lang.com/), [Markdown](http://daringfireball.net/projects/markdown/)
| **CSS** | [LESS](http://lesscss.org/), [Sass (SCSS)](http://sass-lang.com/) | [Stylus](http://learnboost.github.io/stylus/)
| **CSS** | [LESS](http://lesscss.org/), [Sass (SCSS)](http://sass-lang.com/) | [Stylus](http://learnboost.github.io/stylus/), [Sass](http://sass-lang.com/)
| **JavaScript** | (TBD) | [CoffeeScript](http://coffeescript.org/)

### Resources
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/sintaxi/harp.git"
},
"dependencies": {
"terraform": "0.7.0",
"terraform": "0.8.0",
"commander": "2.0.0",
"connect": "2.9.0",
"fs-extra": "0.6.4",
Expand All @@ -57,6 +57,6 @@
"readmeFilename": "README.md",
"bin": "./bin/harp",
"engines": {
"node": ">=0.8"
"node": ">=0.10"
}
}

0 comments on commit bebfd84

Please sign in to comment.