Skip to content

Commit

Permalink
Merge pull request #132 from sethkinast/package.json
Browse files Browse the repository at this point in the history
Drop 0.8 support and bump dust core dependency
  • Loading branch information
sethkinast committed Apr 18, 2015
2 parents 66d1843 + 50ded98 commit f61bab7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
4 changes: 0 additions & 4 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,14 +14,11 @@ matrix:
env: TEST="all"
- node_js: "0.10"
env: TEST="node"
- node_js: "0.8"
env: TEST="all"
notifications:
email:
- [email protected]
- [email protected]
before_install:
- npm install -g [email protected]
- npm install -g grunt-cli
script:
- "[ $TEST = 'all' ] && grunt test || grunt testNode"
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node"
],
"dependencies": {
"dustjs-linkedin": "2.6 - 2.7"
"dustjs-linkedin": "2.7 - 2.8"
},
"keywords": [
"templates",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"name": "Aleksander Williams",
"url": "http://akdubya.github.com/dustjs"
},
"homepage": "https://github.com/linkedin/dustjs-helpers",
"description": "Helpers for dustjs-linkedin package",
"homepage": "http://dustjs.com/",
"description": "Helpers for dustjs-linkedin",
"contributors": [
"Veena Basavaraj <[email protected]>",
"Yevgeniy Brikman <[email protected]>",
Expand Down Expand Up @@ -39,10 +39,10 @@
"linkedin"
],
"peerDependencies": {
"dustjs-linkedin": "2.6 - 2.7"
"dustjs-linkedin": "2.7 - 2.8"
},
"devDependencies": {
"dustjs-linkedin": "2.6 - 2.7",
"dustjs-linkedin": "2.7 - 2.8",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-jasmine": "~0.8.2",
Expand All @@ -59,6 +59,6 @@
},
"license": "MIT",
"engine": {
"node": ">=0.8"
"node": ">=0.10"
}
}
1 change: 0 additions & 1 deletion test/jasmine-test/spec/renderTestSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
});

function prepare(test) {
dust.config = test.config || { whitespace: false };
dust.loadSource(dust.compile(test.source, test.name));
var context = test.context;
if (test.base) {
Expand Down

0 comments on commit f61bab7

Please sign in to comment.