Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Merge a0094d3 into 90dd178
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Oct 17, 2019
2 parents 90dd178 + a0094d3 commit 1ff66c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ matrix:
- node_js: "node"
env: CI=coverage
- node_js: "8"
- node_js: "10"
- node_js: "11"

deploy:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-styl",
"version": "0.3.1",
"version": "0.3.2",
"description": "PostCSS parser plugin for converting Stylus syntax to PostCSS AST.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/ota-meshi/postcss-styl#readme",
"engines": {
"node": "^8.10.0 || >=11.10.1"
"node": "^8.10.0 || ^10.0.0 || >=11.10.1"
},
"files": [
"lib"
Expand Down

0 comments on commit 1ff66c0

Please sign in to comment.