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>2019-03-29 18:03:46 +0300
committerGitHub <noreply@github.com>2019-03-29 18:03:46 +0300
commit7bd7a83100cf2c96b3f3dfa0b2433591c6534d69 (patch)
treebe220ff9afcb9e8e25fe906f8282e6a60139def2 /package.json
parent8d5175ef4571ead3ca8262383caef16e3c538124 (diff)
Hugo Build Version in Code (#60)5.0.0
* Add .env file * Upgrade hugo version to 0.54.0 * Add netlify.toml to exampleSite * Update netlify.toml * Bump major version * Remove unused scripts section of package json * Add [context.branch-deploy.environment] * Move netlify.toml to root of repo * Add themesDir to configs * Remove theme property * Remove commented code * Readd theme property to config * Add build commands to code * Add themesDir to netlify command * Add hugo-theme-massively symlink * Update netlify command * Update netlify toml * Update min_version in theme toml
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json
index db6f344..e54ee7e 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,8 @@
{
"name": "hugo-theme-massively",
- "version": "4.3.0",
+ "version": "5.0.0",
"description": "HTML5 UP theme Massively for Hugo",
"main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
"repository": {
"type": "git",
"url": "git+https://github.com/curttimson/hugo-theme-massively.git"