mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use underscore-plus in Grunt tasks
This commit is contained in:
@@ -2,7 +2,7 @@ fs = require 'fs'
|
||||
path = require 'path'
|
||||
|
||||
fm = require 'json-front-matter'
|
||||
_ = require 'underscore'
|
||||
_ = require 'underscore-plus'
|
||||
|
||||
packageJson = require './package.json'
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
path = require 'path'
|
||||
|
||||
_ = require 'underscore'
|
||||
_ = require 'underscore-plus'
|
||||
plist = require 'plist'
|
||||
{ScopeSelector} = require 'first-mate'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
fs = require 'fs'
|
||||
path = require 'path'
|
||||
|
||||
_ = require 'underscore'
|
||||
_ = require 'underscore-plus'
|
||||
async = require 'async'
|
||||
|
||||
module.exports = (grunt) ->
|
||||
|
||||
Reference in New Issue
Block a user