Skip to content

Commit 0a94cb9

Browse files
Merge pull request #8 from layer5io/theBeginner86/6
[CI] Add package.json
2 parents 9bb1ecf + b7d02ad commit 0a94cb9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
# Output of the go coverage tool, specifically when used with LiteIDE
1212
*.out
1313

14+
# build output
15+
package-lock.json
16+
/node_modules/
17+
1418
# Dependency directories (remove the comment below to include it)
1519
# vendor/
1620

@@ -20,4 +24,4 @@
2024
# Hugo output
2125
/public
2226
/resources/
23-
.hugo_build.lock
27+
.hugo_build.lock

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"private": true,
3+
"devDependencies": {
4+
"autoprefixer": "^9.8.4",
5+
"postcss-cli": "^7.1.1"
6+
}
7+
}

0 commit comments

Comments
 (0)