diff --git a/package-lock.json b/package-lock.json index 8f75a9d..f053b35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gethinode/mod-utils", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gethinode/mod-utils", - "version": "0.0.0", + "version": "1.0.0", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index f97c90f..c496b78 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",