Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-12-30)

### Features

* define initial module ([f8b17ff](f8b17ff))
  • Loading branch information
semantic-release-bot committed Dec 30, 2023
1 parent 41ebf5f commit b0e998b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gethinode/mod-utils",
"version": "0.0.0",
"version": "1.0.0",
"description": "A Hugo module with common utilities for your Hinode site (work in progress)",
"keywords": [
"hugo",
Expand All @@ -12,17 +12,17 @@
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"prestart": "npm run clean && npm run mod:vendor",
"start": "hugo server -s exampleSite --bind=0.0.0.0 --disableFastRender --printI18nWarnings",
"prebuild": "npm run clean && npm run mod:vendor",
"build": "hugo --gc --minify -s exampleSite",
"clean": "rimraf exampleSite/public exampleSite/resources",
"mod:clean": "hugo mod clean",
"mod:update": "rimraf _vendor && hugo mod get -u ./... && hugo mod get -u && npm run -s mod:vendor && npm run -s mod:tidy",
"mod:tidy": "hugo mod tidy",
"mod:vendor": "rimraf _vendor && hugo mod vendor",
"prestart": "npm run clean && npm run mod:vendor",
"start": "hugo server -s exampleSite --bind=0.0.0.0 --disableFastRender --printI18nWarnings",
"prebuild": "npm run clean && npm run mod:vendor",
"build": "hugo --gc --minify -s exampleSite",
"clean": "rimraf exampleSite/public exampleSite/resources",
"mod:clean": "hugo mod clean",
"mod:update": "rimraf _vendor && hugo mod get -u ./... && hugo mod get -u && npm run -s mod:vendor && npm run -s mod:tidy",
"mod:tidy": "hugo mod tidy",
"mod:vendor": "rimraf _vendor && hugo mod vendor",
"postinstall": "echo TODO: add postinstall instructions",
"test": "npm run -s build"
"test": "npm run -s build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b0e998b

Please sign in to comment.