Skip to content

Commit

Permalink
Update dependencies, including less ~2.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 20, 2016
1 parent 1d749b0 commit 88daf05
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
sudo: false

language: node_js

node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "iojs"
before_install:
- if [ "$TRAVIS_NODE_VERSION" = "0.10" ]; then npm install -g npm@2; fi

matrix:
fast_finish: true

cache:
directories:
- node_modules
9 changes: 2 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# http://www.appveyor.com/docs/appveyor-yml

clone_depth: 10

version: "{build}"
Expand All @@ -17,14 +15,11 @@ environment:
platform: x86
- nodejs_version: "5"
platform: x86
- nodejs_version: "6"
platform: x86

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- ps: >-
if ($env:nodejs_version -eq "0.10") {
npm -g install npm@2
$env:PATH="$env:APPDATA\npm;$env:PATH"
}
- npm install

test_script:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"test": "grunt test"
},
"dependencies": {
"async": "^1.5.2",
"async": "^2.0.0",
"chalk": "^1.0.0",
"less": "~2.6.0",
"less": "~2.7.1",
"lodash": "^4.8.2"
},
"devDependencies": {
Expand Down

0 comments on commit 88daf05

Please sign in to comment.