Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicrausaz committed Nov 16, 2023
1 parent 6ede603 commit 8ecc764
Show file tree
Hide file tree
Showing 8 changed files with 1,419 additions and 1,477 deletions.
Binary file removed .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
public
node_modules
node_modules
.DS_Store

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"css/styles.min.7bd66b7a976968f31e0852c49ea1580b89fa51b967b1ed8407ea97fe9b42a00a.css","MediaType":"text/css","Data":{"Integrity":"sha256-e9ZrepdpaPMeCFLEnqFYC4n6Ublnse2EB+qX/ptCoAo="}}
{"Target":"css/styles.min.15e4092fdf4f9355b80e69b53474cdb07a7811790836bc873eadd0d845bdd6c9.css","MediaType":"text/css","Data":{"Integrity":"sha256-FeQJL99Pk1W4Dmm1NHTNsHp4EXkINryHPq3Q2EW91sk="}}
Binary file removed static/.DS_Store
Binary file not shown.
Binary file removed themes/.DS_Store
Binary file not shown.
2,848 changes: 1,396 additions & 1,452 deletions themes/ncrausaz/package-lock.json

Large diffs are not rendered by default.

41 changes: 19 additions & 22 deletions themes/ncrausaz/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
{
"name": "hugo-theme-tailwindcss-starter",
"version": "0.4.0",
"description": "Starter files for a Hugo theme with Tailwindcss",
"main": "index.js",
"repository": "https://github.com/dirkolbrich/hugo-theme-tailwindcss-starter",
"author": "dirkolbrich <[email protected]>",
"license": "MIT",
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
],
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.x",
"@tailwindcss/forms": "^0.x",
"@tailwindcss/typography": "^0.5.x",
"autoprefixer": "^10.x",
"postcss": "^8.x",
"postcss-cli": "^10.x",
"tailwindcss": "^3.3"
}
"name": "ncrausaz-hugo-tailwind",
"version": "1.0.0",
"description": "Starter files for a Hugo theme with Tailwindcss",
"main": "index.js",
"repository": "",
"author": "",
"license": "MIT",
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
],
"dependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-cli": "^10.1",
"tailwindcss": "^3.3.5"
}
}

0 comments on commit 8ecc764

Please sign in to comment.