Skip to content

Commit 7a6fdd3

Browse files
NPM project-level configuration file
Added the NPM `.npmrc` (1) configuration file to ensure specific configurations are set project-wide for all core team members and contributors. This includes the usage of the lockfile (`package-lock.json`) (2) and exact (dev)dependency package versions. References: (1) https://docs.npmjs.com/files/npmrc (2) https://docs.npmjs.com/files/package-locks Epic: GH-33 Depends on GH-49 Blocks GH-36 GH-37 GH-44 GH-45 Resolves GH-47
1 parent 26a6347 commit 7a6fdd3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.npmrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
; Copyright (C) 2017-present Arctic Ice Studio <[email protected]>
2+
; Copyright (C) 2017-present Sven Greb <[email protected]>
3+
;
4+
; Project: snowsaw
5+
; Repository: https://github.com/arcticicestudio/snowsaw
6+
; License: MIT
7+
package-lock=true
8+
save-exact=true

0 commit comments

Comments
 (0)