We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85cde35 + 0ee3de4 commit 14e4a5eCopy full SHA for 14e4a5e
.travis.yml
@@ -1,8 +1,7 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "10"
5
- - "12"
+ - "12.22.0"
6
- "14"
7
- "16"
8
install: make setup
package.json
@@ -10,10 +10,10 @@
10
"url": "git://github.com/davidchambers/Base64.js.git"
11
},
12
"devDependencies": {
13
- "eslint": "6.8.x",
+ "eslint": "8.2.x",
14
"istanbul": "0.4.x",
15
"mocha": "5.2.x",
16
- "sanctuary-style": "4.1.x",
+ "sanctuary-style": "5.0.x",
17
"uglify-js": "3.5.x",
18
"xyz": "4.0.x"
19
0 commit comments