You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2020/04/01 08:12:20 UTC

[cordova-app-hello-world] branch feat/package-lock created (now b3f1a3a)

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

timbru31 pushed a change to branch feat/package-lock
in repository https://gitbox.apache.org/repos/asf/cordova-app-hello-world.git.


      at b3f1a3a  chore(npm): adds package-lock.json files

This branch includes the following new commits:

     new b3f1a3a  chore(npm): adds package-lock.json files

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-app-hello-world] 01/01: chore(npm): adds package-lock.json files

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

timbru31 pushed a commit to branch feat/package-lock
in repository https://gitbox.apache.org/repos/asf/cordova-app-hello-world.git

commit b3f1a3a5a683dc345ec19b229e5fa385fea6b0f8
Author: Tim Brust <ti...@sinnerschrader.com>
AuthorDate: Wed Apr 1 10:12:01 2020 +0200

    chore(npm): adds package-lock.json files
---
 package-lock.json              |  5 +++++
 template_src/package-lock.json | 14 ++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..7c0dd46
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,5 @@
+{
+  "name": "cordova-app-hello-world",
+  "version": "5.0.0-dev",
+  "lockfileVersion": 1
+}
diff --git a/template_src/package-lock.json b/template_src/package-lock.json
new file mode 100644
index 0000000..c92a19d
--- /dev/null
+++ b/template_src/package-lock.json
@@ -0,0 +1,14 @@
+{
+  "name": "io.cordova.hellocordova",
+  "version": "1.0.0",
+  "lockfileVersion": 1,
+  "requires": true,
+  "dependencies": {
+    "cordova-plugin-whitelist": {
+      "version": "1.3.4",
+      "resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.4.tgz",
+      "integrity": "sha512-EYC5eQFVkoYXq39l7tYKE6lEjHJ04mvTmKXxGL7quHLdFPfJMNzru/UYpn92AOfpl3PQaZmou78C7EgmFOwFQQ==",
+      "dev": true
+    }
+  }
+}


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