-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require Node.js 8 and upgrade
pageres
- Loading branch information
1 parent
934df00
commit cdd006a
Showing
6 changed files
with
91 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
* text=auto | ||
*.js text eol=lf | ||
* text=auto eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
language: node_js | ||
node_js: | ||
- '10' | ||
- '8' | ||
- '6' | ||
- '4' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,18 +9,11 @@ | |
"email": "[email protected]", | ||
"url": "sindresorhus.com" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Kevin Mårtensson", | ||
"email": "[email protected]", | ||
"url": "github.com/kevva" | ||
} | ||
], | ||
"bin": { | ||
"pageres": "cli.js" | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
"node": ">=8" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
|
@@ -46,8 +39,8 @@ | |
"shot", | ||
"responsive", | ||
"gulpfriendly", | ||
"phantom", | ||
"phantomjs", | ||
"puppeteer", | ||
"chrome", | ||
"image", | ||
"svg", | ||
"render", | ||
|
@@ -61,20 +54,20 @@ | |
"jpeg" | ||
], | ||
"dependencies": { | ||
"array-differ": "^1.0.0", | ||
"array-uniq": "^1.0.2", | ||
"array-differ": "^2.0.3", | ||
"array-uniq": "^2.0.0", | ||
"arrify": "^1.0.0", | ||
"log-symbols": "^2.1.0", | ||
"meow": "^3.5.0", | ||
"pageres": "^4.3.0", | ||
"pageres": "^5.0.0", | ||
"parse-headers": "^2.0.0", | ||
"subarg": "^1.0.0", | ||
"sudo-block": "^2.0.0", | ||
"update-notifier": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "*", | ||
"execa": "^0.8.0", | ||
"xo": "*" | ||
"ava": "^1.2.0", | ||
"execa": "^1.0.0", | ||
"xo": "^0.24.0" | ||
} | ||
} |
Oops, something went wrong.