mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge pull request #1023 from atom/remove-next-tick
Remove `_.nextTick` from atom exports
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
{Document, Point, Range, Site} = require 'telepath'
|
||||
_ = require 'underscore-plus'
|
||||
|
||||
#TODO Remove once all packages have been updated
|
||||
_.nextTick = setImmediate
|
||||
|
||||
module.exports =
|
||||
_: _
|
||||
BufferedNodeProcess: require '../src/buffered-node-process'
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
"find-and-replace": "0.29.0",
|
||||
"fuzzy-finder": "0.15.0",
|
||||
"gfm": "0.5.0",
|
||||
"git-diff": "0.11.0",
|
||||
"git-diff": "0.12.0",
|
||||
"gists": "0.5.0",
|
||||
"github-sign-in": "0.8.0",
|
||||
"go-to-line": "0.8.0",
|
||||
@@ -102,8 +102,8 @@
|
||||
"styleguide": "0.9.0",
|
||||
"symbols-view": "0.12.0",
|
||||
"tabs": "0.7.0",
|
||||
"terminal": "0.13.0",
|
||||
"timecop": "0.6.0",
|
||||
"terminal": "0.14.0",
|
||||
"timecop": "0.7.0",
|
||||
"to-the-hubs": "0.8.0",
|
||||
"toml": "0.3.0",
|
||||
"tree-view": "0.19.0",
|
||||
|
||||
Reference in New Issue
Block a user