mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
fix(package-template): Dependencies should be a hash
This commit is contained in:
parent
6e438c1111
commit
c5c26d9554
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ SettingsPackagesStore = Reflux.createStore
|
|||
engines:
|
||||
atom: ">=#{atom.getVersion()}"
|
||||
description: "Enter a description of your package!"
|
||||
dependencies: []
|
||||
dependencies: {}
|
||||
license: "MIT"
|
||||
|
||||
fs.copySync(packageTemplatePath, packageDir)
|
||||
|
|
Loading…
Reference in a new issue