Skip to content

Commit c62fdfb

Browse files
author
Dimitri Kopriwa
committed
build(lockfile): remove lockfile (they should be use userland), and added rules not to use package-lock.json in .npmrc
1 parent f45b72c commit c62fdfb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/node_modules
22
/index.js
3+
/package-lock.json

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)