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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2022-04-22 10:48:44 +0300
committerGitHub <noreply@github.com>2022-04-22 10:48:44 +0300
commite2b79aa90d57369b01556f36920d122fd3a337f5 (patch)
treeceab02530e9c9314fbc8dd1890125d5c30a5e5ae
parentc4535f0f8017e9dfd48cdd3fee43d7c116e6c31e (diff)
🔥 Remove version from package.json (#109)v6.3.0
-rw-r--r--package-lock.json2
-rw-r--r--package.json1
2 files changed, 0 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 44fab42..9dc15ee 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,10 @@
{
"name": "hugo-theme-massively",
- "version": "6.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hugo-theme-massively",
- "version": "6.2.1",
"license": "ISC",
"devDependencies": {
"cypress": "^9.5.3",
diff --git a/package.json b/package.json
index 1cf45ae..501692e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,5 @@
{
"name": "hugo-theme-massively",
- "version": "6.2.1",
"description": "HTML5 UP theme Massively for Hugo",
"scripts": {
"cypress": "cypress open",