You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/11/23 23:51:57 UTC

[cordova-mobile-spec] 11/16: don't check for cordova-js in cordova-lib - it is not a dependency there

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

janpio pushed a commit to branch janpio-cleanup
in repository https://gitbox.apache.org/repos/asf/cordova-mobile-spec.git

commit 09bf8691ac0feacbcff0abb944b812cd2b705ca6
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sat Nov 24 00:48:43 2018 +0100

    don't check for cordova-js in cordova-lib - it is not a dependency there
---
 createmobilespec/createmobilespec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/createmobilespec/createmobilespec.js b/createmobilespec/createmobilespec.js
index 1e09041..d70602c 100755
--- a/createmobilespec/createmobilespec.js
+++ b/createmobilespec/createmobilespec.js
@@ -425,7 +425,7 @@ if (!argv.skiplink) {
         // so they actually get tested instead of downloading the last published
         // one from the npm registry. Fail if they are not.
         console.log("You are on master branch of tools, checking npm links");
-        verifyNpmLinkOf("cordova-js", "cordova-lib");
+        //verifyNpmLinkOf("cordova-js", "cordova-lib"); TODO cordova-js is not a dependency of cordova-lib (any more?)
         verifyNpmLinkOf("cordova-lib", "cordova-plugman");
         verifyNpmLinkOf("cordova-lib", "cordova-cli");
         console.log("npm links are OK");


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