From eca92c3d4c4cf7bc3c25c94af8dc70f80c29e688 Mon Sep 17 00:00:00 2001 From: Shinsuke OTA Date: Thu, 19 Jan 2023 19:12:30 +0900 Subject: [PATCH] [git] ignore package.json --- .gitignore | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 40b67f4..7b55192 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ resources/ node_modules/ package-lock.json -.hugo_build.lock \ No newline at end of file +.hugo_build.lock +public +package.json \ No newline at end of file diff --git a/package.json b/package.json index 960eee9..5797b47 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "homepage": "https://github.com/google/docsy-example#readme", "devDependencies": { - "autoprefixer": "^10.4.0", + "autoprefixer": "^10.4.13", "postcss": "^8.3.7", "postcss-cli": "^9.0.2" }