Skip to content

Commit

Permalink
Merge pull request #54 from curbengh/v2.0.0
Browse files Browse the repository at this point in the history
release: 2.0.0
  • Loading branch information
curbengh committed Aug 16, 2020
2 parents 2b23c05 + 17b20c8 commit 223c0fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
language: node_js
os:
- linux
- windows

sudo: false
language: node_js

cache:
apt: true
directories:
- node_modules
npm: true

node_js:
- "10"
- "12"
- "node"
- "14"

script:
- npm run eslint
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then
npm run eslint;
fi
- npm run test-cov

after_script:
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": "hexo-renderer-stylus",
"version": "1.1.0",
"version": "2.0.0",
"description": "Stylus renderer plugin for Hexo",
"main": "index",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"dependencies": {
"nib": "^1.1.2",
"stylus": "^0.54.5"
"stylus": "^0.54.8"
},
"devDependencies": {
"chai": "^4.2.0",
Expand All @@ -41,6 +41,6 @@
"nyc": "^15.0.0"
},
"engines": {
"node": ">=8.6.0"
"node": ">=10.13.0"
}
}

0 comments on commit 223c0fd

Please sign in to comment.