Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit f0f977d

Browse files
authored
Merge pull request #250 from AtomLinter/arcanemagus/update-deps
Update dependencies
2 parents b1c1ce7 + 53ee070 commit f0f977d

File tree

4 files changed

+3388
-7887
lines changed

4 files changed

+3388
-7887
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99

1010
install:
1111
# Install Node.js to run any configured linters
12-
- ps: Install-Product node 6
12+
- ps: Install-Product node 10
1313

1414
### Generic setup follows ###
1515
build_script:

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function activate() {
148148
}
149149

150150
function deactivate() {
151-
idleCallbacks.forEach(callbackID => window.cancelIdleCallback(callbackID));
151+
idleCallbacks.forEach((callbackID) => window.cancelIdleCallback(callbackID));
152152
idleCallbacks.clear();
153153
subscriptions.dispose();
154154
}

0 commit comments

Comments
 (0)