소스 검색

dev: add npmrc with package-lock set to true

adds a .npmrc file to create/update the package-lock.json file regardless
of a developers local settings.
master
Philipp Hancke 4 년 전
부모
커밋
169906f4cb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      .npmrc

+ 1
- 0
.npmrc 파일 보기

@@ -0,0 +1 @@
1
+package-lock=true

Loading…
취소
저장