Skip to content

Commit f9a0187

Browse files
Copilotfregante
andcommitted
Enable package-lock.json tracking
- Changed .npmrc to enable lockfile generation (package-lock=true) - Removed package-lock.json and *.lock from .gitignore - Generated package-lock.json with npm install Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
1 parent b499066 commit f9a0187

3 files changed

Lines changed: 8175 additions & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ Thumbs.db
66
*.tmp
77
*.bak
88
*.log
9-
*.lock
109
logs
11-
package-lock.json
1210
demo/dist

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
package-lock=false
1+
package-lock=true

0 commit comments

Comments
 (0)