Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Require Node.js 10 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia authored Oct 25, 2020
1 parent 7a6ba0d commit c9a762e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* text=auto
*.js text eol=lf
* text=auto eol=lf
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- '8'
- '6'
- '4'
- '14'
- '12'
- '10'
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=4"
"node": ">=10"
},
"scripts": {
"test": "xo && broccoli build temp && ava"
Expand All @@ -28,14 +28,14 @@
"compress"
],
"dependencies": {
"broccoli-filter": "^1.2.2",
"csso": "^3.3.1"
"broccoli-filter": "^1.3.0",
"csso": "^4.0.3"
},
"devDependencies": {
"ava": "*",
"broccoli": "^1.1.3",
"ava": "2.4.0",
"broccoli": "^3.4.2",
"broccoli-cli": "^1.0.0",
"del": "^3.0.0",
"xo": "*"
"del": "^6.0.0",
"xo": "^0.34.1"
}
}
}

0 comments on commit c9a762e

Please sign in to comment.