mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
cleanup(*): We do not support devDependencies as a concept
This commit is contained in:
parent
0380704c41
commit
5904be4678
2 changed files with 3 additions and 13 deletions
13
package.json
13
package.json
|
@ -23,17 +23,16 @@
|
|||
"coffee-script": "1.10.0",
|
||||
"coffeestack": "^1.1",
|
||||
"color": "^0.7.3",
|
||||
"delegato": "^1",
|
||||
"emissary": "^1.3.1",
|
||||
"event-kit": "^1.0.2",
|
||||
"fs-plus": "^2.3.2",
|
||||
"fstream": "0.1.24",
|
||||
"fuzzaldrin": "^2.1",
|
||||
"grim": "1.1.0",
|
||||
"guid": "0.0.10",
|
||||
"inflection": "^1.7",
|
||||
"jasmine-json": "~0.0",
|
||||
"jasmine-tagged": "^1.1.2",
|
||||
"jasmine-react-helpers": "^0.2",
|
||||
"jquery": "^2.1.1",
|
||||
"juice": "^1.4",
|
||||
"less-cache": "0.21",
|
||||
|
@ -43,10 +42,12 @@
|
|||
"moment-timezone": "^0.3",
|
||||
"nslog": "^2.0.0",
|
||||
"node-uuid": "^1.4",
|
||||
"nock": "^2",
|
||||
"optimist": "0.4.0",
|
||||
"pathwatcher": "^4.4.0",
|
||||
"property-accessors": "^1",
|
||||
"promise-queue": "2.1.1",
|
||||
"proxyquire": "git+https://github.com/bengotow/proxyquire",
|
||||
"q": "^1.0.1",
|
||||
"raven": "0.7.2",
|
||||
"react": "^0.13.2",
|
||||
|
@ -64,19 +65,11 @@
|
|||
"space-pen": "3.8.2",
|
||||
"spellchecker": "2.2.1",
|
||||
"temp": "^0.8",
|
||||
"text-buffer": "^4.1",
|
||||
"theorist": "^1.0",
|
||||
"underscore": "^1.8",
|
||||
"underscore.string": "^3.0",
|
||||
"vm-compatibility-layer": "0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nock": "^2",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-serve": "^0.1.6",
|
||||
"jasmine-react-helpers": "^0.2",
|
||||
"proxyquire": "git+https://github.com/bengotow/proxyquire"
|
||||
},
|
||||
"packageDependencies": {},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
{Point, Range} = require 'text-buffer'
|
||||
{Emitter, Disposable, CompositeDisposable} = require 'event-kit'
|
||||
{deprecate} = require 'grim'
|
||||
|
||||
module.exports =
|
||||
BufferedNodeProcess: require '../buffered-node-process'
|
||||
BufferedProcess: require '../buffered-process'
|
||||
Point: Point
|
||||
Range: Range
|
||||
Emitter: Emitter
|
||||
Disposable: Disposable
|
||||
CompositeDisposable: CompositeDisposable
|
||||
|
|
Loading…
Reference in a new issue