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 2018/09/11 20:46:19 UTC

[cordova-coho] branch remove-bundled-dependencies created (now f4ecced)

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

raphinesse pushed a change to branch remove-bundled-dependencies
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git.


      at f4ecced  Remove instructions on how to bundle dependencies

This branch includes the following new commits:

     new f4ecced  Remove instructions on how to bundle dependencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-coho] 01/01: Remove instructions on how to bundle dependencies

Posted by ra...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch remove-bundled-dependencies
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git

commit f4ecced36a9dfc9bc2e363daa9dc2c2b5493797f
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Tue Sep 11 22:46:17 2018 +0200

    Remove instructions on how to bundle dependencies
---
 docs/platforms-release-process.md | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/docs/platforms-release-process.md b/docs/platforms-release-process.md
index 5a6e234..549cad6 100644
--- a/docs/platforms-release-process.md
+++ b/docs/platforms-release-process.md
@@ -153,17 +153,6 @@ See if any dependencies are outdated
 
 Within a new JIRA issue: update any outdated dependencies in the project's `package.json` file. Be sure to run through the test section below for compatibility issues.
 
-Check-in updated modules (use npm 3.10.1+)
-
-    rm -rf node_modules
-    npm install --production (skips devDependencies)
-    git add node_modules/* (check-in all modules needed for platform add git url)
-    git commit -m "$JIRA Updated checked-in node_modules"
-    npm install (Re-add devDependencies for ability to run tests locally)
-
-Note: This will commit these changes directly to the `master` branch of the platform you are working on. This is intended.
-Alternatively you might do this in a branch and open a PR for updating and pinning the dependencies.
-
 ### License Check
 
 Ensure license headers are present everywhere. For reference, see this [background](http://www.apache.org/legal/src-headers.html). Expect some noise in the output, for example some files from test fixtures will show up.


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