mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-28 02:49:30 +08:00
futureproof(packages): Give all example packages engine version range
This commit is contained in:
parent
c1c06cd794
commit
3f2ffcb8e0
8 changed files with 8 additions and 8 deletions
|
@ -20,7 +20,7 @@ Each package is defined by a `package.json` file that includes its name, version
|
|||
"description": "An example package for N1",
|
||||
"license": "Proprietary",
|
||||
"engines": {
|
||||
"nylas": "*"
|
||||
"nylas": ">=0.3.0 <0.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"request": "^2.53"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"license": "Proprietary",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"nylas": "*"
|
||||
"nylas": ">=0.3.0 <0.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
},
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
"license": "Proprietary",
|
||||
"engines": {
|
||||
"nylas": "*"
|
||||
"nylas": ">=0.3.0 <0.5.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"license": "Proprietary",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"nylas": "#"
|
||||
"nylas": ">=0.3.0 <0.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"nylas": "*"
|
||||
"nylas": ">=0.3.0 <0.5.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"license": "Proprietary",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"nylas": "*"
|
||||
"nylas": ">=0.3.0 <0.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"underscore": "^1.8.3"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"url": ""
|
||||
},
|
||||
"engines": {
|
||||
"nylas": ">=0.3.5"
|
||||
"nylas": ">=0.3.0 <0.5.0"
|
||||
},
|
||||
"description": "Enter a description of your package!",
|
||||
"dependencies": [],
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "An example package for Nylas Mail that translates drafts into other languages using the Yandex API.",
|
||||
"license": "Proprietary",
|
||||
"engines": {
|
||||
"nylas": "*"
|
||||
"nylas": ">=0.3.0 <0.5.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue