Skip to content

Commit

Permalink
Merge pull request #8 from layer5io/theBeginner86/6
Browse files Browse the repository at this point in the history
[CI] Add package.json
  • Loading branch information
theBeginner86 authored Oct 25, 2023
2 parents 9bb1ecf + b7d02ad commit 0a94cb9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# build output
package-lock.json
/node_modules/

# Dependency directories (remove the comment below to include it)
# vendor/

Expand All @@ -20,4 +24,4 @@
# Hugo output
/public
/resources/
.hugo_build.lock
.hugo_build.lock
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"private": true,
"devDependencies": {
"autoprefixer": "^9.8.4",
"postcss-cli": "^7.1.1"
}
}

0 comments on commit 0a94cb9

Please sign in to comment.