Skip to content

Commit 14e4a5e

Browse files
Merge pull request #54 from davidchambers/sanctuary-style
[email protected]
2 parents 85cde35 + 0ee3de4 commit 14e4a5e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "10"
5-
- "12"
4+
- "12.22.0"
65
- "14"
76
- "16"
87
install: make setup

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"url": "git://github.com/davidchambers/Base64.js.git"
1111
},
1212
"devDependencies": {
13-
"eslint": "6.8.x",
13+
"eslint": "8.2.x",
1414
"istanbul": "0.4.x",
1515
"mocha": "5.2.x",
16-
"sanctuary-style": "4.1.x",
16+
"sanctuary-style": "5.0.x",
1717
"uglify-js": "3.5.x",
1818
"xyz": "4.0.x"
1919
},

0 commit comments

Comments
 (0)