diff --git a/package.json b/package.json index 3c73e51..371848e 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "name": "hugoplate", "description": "hugo tailwindcss boilerplate", - "version": "1.9.1", + "version": "1.9.2", "license": "MIT", "author": "zeon.studio", "scripts": { "dev": "hugo server", "build": "hugo --gc --minify --templateMetrics --templateMetricsHints --forceSyncStatic", - "test": "hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --watch --forceSyncStatic -e production --minify", + "preview": "hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --watch --forceSyncStatic -e production --minify", "dev:example": "cd exampleSite; hugo server", "build:example": "cd exampleSite; hugo --gc --minify --templateMetrics --templateMetricsHints --forceSyncStatic", - "test:example": "cd exampleSite; hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --watch --forceSyncStatic -e production --minify", + "preview:example": "cd exampleSite; hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --watch --forceSyncStatic -e production --minify", "update-modules": "node ./scripts/clearModules.js && hugo mod clean --all && hugo mod get -u ./... && hugo mod tidy", "remove-darkmode": "node ./scripts/removeDarkmode.js && yarn format", "project-setup": "node ./scripts/projectSetup.js", @@ -28,6 +28,6 @@ "prettier-plugin-go-template": "0.0.15", "prettier-plugin-tailwindcss": "^0.5.6", "tailwind-bootstrap-grid": "^5.0.1", - "tailwindcss": "^3.3.3" + "tailwindcss": "^3.3.5" } }