Skip to content

Commit 8488485

Browse files
authored
[release] develop to main (#49)
* [feat] 라이센스 등록 (#41) feat: LICENSE * [refactor] npm to pnpm (#48) * chore: package-lock.json 삭제 pnpm-lock.yaml 추가 * chore: .npmrc engine-strict=true 추가 * chore: package.json engines 설정 * chore: package.json packageManager pnpm@9.12.2 추가
1 parent b11a458 commit 8488485

File tree

5 files changed

+4598
-6914
lines changed

5 files changed

+4598
-6914
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# build output
22
dist/
3+
34
# generated types
45
.astro/
56

67
# dependencies
78
node_modules/
9+
package-lock.json
10+
yarn.lock
811

912
# logs
1013
npm-debug.log*

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

0 commit comments

Comments
 (0)