Skip to content

Commit

Permalink
Merge pull request #116 from sintaxi/release-v0.13.1
Browse files Browse the repository at this point in the history
Release v0.13.1
  • Loading branch information
kennethormandy committed Nov 6, 2015
2 parents 15b1d80 + 8401223 commit f273c19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ sudo: false
language: node_js
node_js:
- "0.12"
- "4.0"
- "4.2"
- "5.0"
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ os: Windows Server 2012 R2
environment:
matrix:
- nodejs_version: "0.12"
- nodejs_version: "4.0"
- nodejs_version: "4.2"
- nodejs_version: "5.0"

# Install scripts. (runs after repo cloning)
install:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terraform",
"version": "0.13.0",
"version": "0.13.1",
"description": "pre-processor engine that powers the harp web server",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,14 +31,14 @@
"lru-cache": "2.7.0",
"harp-jade": "1.9.3-bc.4",
"coffee-script": "1.10.0",
"node-sass": "3.4.0-beta.2",
"node-sass": "3.4.1",
"ejs": "2.3.4",
"marked": "0.3.5",
"lodash": "3.10.1",
"less": "2.5.3",
"stylus": "0.47.3",
"harp-minify": "0.3.3",
"autoprefixer": "6.0.3",
"autoprefixer": "6.1.0",
"postcss": "5.0.10"
},
"devDependencies": {
Expand Down

0 comments on commit f273c19

Please sign in to comment.