Skip to content

Commit f8a7c7f

Browse files
chore: add pnpm
1 parent 5867aaf commit f8a7c7f

File tree

5 files changed

+39
-1
lines changed

5 files changed

+39
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules
2+
# USE PNPM!!!
3+
package-lock.json
4+
yarn.lock
5+
bun.lockb

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pnpm-lock.yaml

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,10 @@ <h3>回報方式</h3>
222222
<li>附件</li>
223223
<li>備註</li>
224224
</ul>
225-
<p>或是提交至 <a href="https://zeroday.hitcon.org/">HITCON ZeroDay</a></p>
225+
<p>
226+
或是提交至
227+
<a href="https://zeroday.hitcon.org/">HITCON ZeroDay</a>
228+
</p>
226229
</div>
227230

228231
<footer>

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"devDependencies": {
3+
"prettier": "^3.8.1"
4+
}
5+
}

pnpm-lock.yaml

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)