rename isOnlyDevelopmentDependency to developmentDependency

This commit is contained in:
isidor 2018-11-21 16:17:39 +01:00
parent 92402b8e53
commit 03acf80627
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@
"type": "string",
"description": "The name of the license"
},
"isOnlyDevelopmentDependency": {
"developmentDependency": {
"type": "boolean",
"description": "This component is inlined in the vscode repo and **is not shipped**."
},

View file

@ -34,7 +34,7 @@
"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,",
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
],
"isOnlyDevelopmentDependency": true,
"developmentDependency": true,
"license": "MIT",
"version": "1.0.0"
}