You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2020/10/04 11:33:03 UTC

[cordova-cli] branch master updated: chore(pkg): remove deprecated no-op field "preferGlobal" (#535)

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 4476ff8  chore(pkg): remove deprecated no-op field "preferGlobal" (#535)
4476ff8 is described below

commit 4476ff8c23afe9ddffa07eab4a0dbca9cfca0499
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Sun Oct 4 13:32:52 2020 +0200

    chore(pkg): remove deprecated no-op field "preferGlobal" (#535)
    
    See https://docs.npmjs.com/files/package.json#preferglobal
    
    Related to https://github.com/apache/cordova/issues/55
---
 package.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package.json b/package.json
index f6ccd80..54d106f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,6 @@
 {
   "name": "cordova",
   "version": "10.0.1-dev",
-  "preferGlobal": true,
   "description": "Cordova command line interface tool",
   "main": "cordova",
   "engines": {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org