We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2e593 commit dc0a5f6Copy full SHA for dc0a5f6
.travis.yml
@@ -1,10 +1,10 @@
1
language: node_js
2
node_js:
3
-- '6.10.2'
4
-- '7'
5
-- '8'
6
-- 'stable'
+ - "10"
+ - "12"
+ - "14"
+ - "stable"
7
before_install:
8
-- npm install -g typescript
+ - npm install -g typescript
9
script:
10
-- npm test
+ - npm test
package.json
@@ -15,6 +15,9 @@
15
"watch": "npm run build -- --watch",
16
"test": "TS_NODE_FILES=true mocha -r ts-node/register src/**/*.test.ts"
17
},
18
+ "engines": {
19
+ "node": ">=10"
20
+ },
21
"keywords": [
22
"Sass",
23
"Sass Utilities",
0 commit comments