mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-09 22:24:27 +08:00
fix(n1-github): Bad reference to React, missing dependencies
This commit is contained in:
parent
ba2afcdcbd
commit
46000ce571
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
shell = require 'shell'
|
||||
React = require 'react'
|
||||
GithubStore = require './github-store'
|
||||
{React} = require 'nylas-exports'
|
||||
{RetinaImg} = require 'nylas-component-kit'
|
||||
|
||||
###
|
||||
|
|
|
@ -9,5 +9,6 @@
|
|||
"atom": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"underscore": "^1.8.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue