Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-scroll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <jan@janraasch.com>2020-09-11 19:30:53 +0300
committerJan Raasch <jan@janraasch.com>2020-09-11 19:31:49 +0300
commit87b26239876de3873cd1d66c8afa73c9f7a78f6e (patch)
treed24a4368d4e3bbcff67e0994286c8c0438b0d16f
parent124a6ecf40bb2eb570c72af97016efb00085dfce (diff)
chore: update prettier-plugin-go-template
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 9349620..ef2ab4d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,9 +11,9 @@
"dev": true
},
"prettier-plugin-go-template": {
- "version": "0.0.10",
- "resolved": "https://registry.npmjs.org/prettier-plugin-go-template/-/prettier-plugin-go-template-0.0.10.tgz",
- "integrity": "sha512-TaHPqiMK/zfk+YhvKRf/1WZDgQ6ffnlxJZX5rwphqfxBOVEezZQtYistTB348MKrKnnwKpyXZWpMRo0/KCVB+A==",
+ "version": "0.0.11-beta.3",
+ "resolved": "https://registry.npmjs.org/prettier-plugin-go-template/-/prettier-plugin-go-template-0.0.11-beta.3.tgz",
+ "integrity": "sha512-/w+fLMvA3Ago10CRNtFe9V9DQekcfo+tB08U+3HF6FcMBnuLxHwVl04KGHhNqFUF017pTfua2Aq9cHGkT+QoFA==",
"dev": true
}
}
diff --git a/package.json b/package.json
index 446ec96..5f2fb0e 100644
--- a/package.json
+++ b/package.json
@@ -24,6 +24,6 @@
"homepage": "https://github.com/janraasch/hugo-scroll#readme",
"devDependencies": {
"prettier": "^2.1.1",
- "prettier-plugin-go-template": "0.0.10"
+ "prettier-plugin-go-template": "0.0.11-beta.3"
}
}