Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Singh <[email protected]>
  • Loading branch information
theBeginner86 committed Oct 25, 2023
1 parent 9bb1ecf commit b7d02ad
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 b7d02ad

Please sign in to comment.