forked from micromatch/micromatch
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.npmrc
30 lines (26 loc) · 791 Bytes
/
.npmrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
##
# NPM config file.
#
# NPM is aware of this config file's location.
#
# @note CUSTOM EDITS ONLY PLEASE!
# @note In the future this file will be updated automatically.
# @note Only `<custom:start.../custom:end>` will be preserved below.
##
always-auth=true
engine-strict=true
sign-git-tag=true
access=restricted
registry=https://registry.npmjs.org
@clevercanyon:registry=https://registry.npmjs.org
//registry.npmjs.org/:_authToken=${USER_NPM_TOKEN}
##
# Customizations.
#
# Please do not attempt to inject exceptions by customizing your project’s `./.npmrc` file
# in ways that loosen our standard defaults. Other untested factors may conflict with your efforts.
#
# @note To change `access`, please use `publishConfig.access` in `./package.json`.
#
# <custom:start>
# </custom:end>