From 916901c01ee27843652fdf82efb12ea7f0d88fcb Mon Sep 17 00:00:00 2001 From: Mickael Jeanroy Date: Wed, 12 May 2021 10:49:45 +0200 Subject: [PATCH] chore: add local npmrc file --- .npmignore | 1 + .npmrc | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 .npmrc diff --git a/.npmignore b/.npmignore index 85334624..d8b3687c 100644 --- a/.npmignore +++ b/.npmignore @@ -35,5 +35,6 @@ node_modules/ /.eslintignore /.gitattributes /.github +/.npmrc /.nvmrc /.travis.yml diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..8a61030b --- /dev/null +++ b/.npmrc @@ -0,0 +1,26 @@ +## +# The MIT License (MIT) +# +# Copyright (c) 2016-2020 Mickael Jeanroy +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. +## + +package-lock=false +save-exact=true