Skip to content

Commit

Permalink
Merge pull request #633 from sethkinast/package.json
Browse files Browse the repository at this point in the history
Drop Node 0.8
  • Loading branch information
prashn64 committed Apr 17, 2015
2 parents 216efee + b078a65 commit d86cbeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: node_js
node_js:
- "0.12"
- "0.10"
- "0.8"
- "iojs"
env:
- TEST="all"
Expand All @@ -15,15 +14,11 @@ matrix:
env: TEST="all"
- node_js: "0.10"
env: TEST="node"
- node_js: "0.8"
env: TEST="all"
notifications:
email:
- jchan@linkedin.com
- skinast@linkedin.com
before_install:
- npm install -g npm@1.4
- npm --version
- npm install -g grunt-cli
script:
- "[ $TEST = 'all' ] && grunt test || grunt testNode"
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "dustjs-linkedin",
"title": "Dust - Asynchronous Templating",
"version": "2.6.2",
"author": {
"name": "Aleksander Williams",
"url": "http://akdubya.github.com/dustjs"
},
"homepage": "http://linkedin.github.io/dustjs/",
"description": "Asynchronous templates for the browser and node.js ( LinkedIn fork )",
"homepage": "http://dustjs.com/",
"description": "Asynchronous templates for the browser and server (LinkedIn fork)",
"contributors": [
"Veena Basavaraj <vybs@users.noreply.github.com>",
"Tom Carchrae",
Expand Down Expand Up @@ -65,6 +64,6 @@
},
"license": "MIT",
"engine": {
"node": ">=0.8"
"node": ">=0.10"
}
}

0 comments on commit d86cbeb

Please sign in to comment.