gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant-backoffice] 01/04: add prettier


From: gnunet
Subject: [taler-merchant-backoffice] 01/04: add prettier
Date: Thu, 02 Dec 2021 19:25:42 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository merchant-backoffice.

commit 92be26c1a5981004923b46ce6dac8977103c65a4
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Dec 2 14:44:02 2021 -0300

    add prettier
---
 copyleft-header.js | 15 +++++++++++++++
 package.json       |  3 +++
 pnpm-lock.yaml     | 11 ++++++++++-
 3 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/copyleft-header.js b/copyleft-header.js
new file mode 100644
index 0000000..0794cb8
--- /dev/null
+++ b/copyleft-header.js
@@ -0,0 +1,15 @@
+/*
+ This file is part of GNU Taler
+ (C) 2021 Taler Systems S.A.
+
+ GNU Taler is free software; you can redistribute it and/or modify it under the
+ terms of the GNU General Public License as published by the Free Software
+ Foundation; either version 3, or (at your option) any later version.
+
+ GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along with
+ GNU Taler; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
+ */
diff --git a/package.json b/package.json
index 1a18f02..2c3f3f4 100644
--- a/package.json
+++ b/package.json
@@ -9,5 +9,8 @@
     "typedoc": "pnpm run --filter '{packages}' typedoc",
     "pretty": "pnpm run --filter '{packages}' pretty",
     "check": "pnpm run --filter '{packages}' --if-present test"
+  },
+  "dependencies": {
+    "prettier": "2.4.1"
   }
 }
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index f73b71d..7a58e7e 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -3,7 +3,10 @@ lockfileVersion: 5.3
 importers:
 
   .:
-    specifiers: {}
+    specifiers:
+      prettier: 2.4.1
+    dependencies:
+      prettier: 2.4.1
 
   packages/bank:
     specifiers:
@@ -17604,6 +17607,12 @@ packages:
     hasBin: true
     dev: true
 
+  /prettier/2.4.1:
+    resolution: {integrity: 
sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==}
+    engines: {node: '>=10.13.0'}
+    hasBin: true
+    dev: false
+
   /pretty-bytes/4.0.2:
     resolution: {integrity: sha1-sr+C5zUNZcbDOqlaqlpPYyf2HNk=}
     engines: {node: '>=4'}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]