mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 15:46:28 +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:
|
engines:
|
||||||
atom: ">=#{atom.getVersion()}"
|
atom: ">=#{atom.getVersion()}"
|
||||||
description: "Enter a description of your package!"
|
description: "Enter a description of your package!"
|
||||||
dependencies: []
|
dependencies: {}
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
|
|
||||||
fs.copySync(packageTemplatePath, packageDir)
|
fs.copySync(packageTemplatePath, packageDir)
|
||||||
|
|
Loading…
Reference in a new issue