generated from blameitonyourisp/js-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.npmrc
24 lines (19 loc) · 838 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
# Please see npm documentation on config files for more information:
# https://docs.npmjs.com/cli/v10/using-npm/config
# Package scope when first publishing package to npm registry.
access="public"
# Should npm create symlinks for package executables.
bin-links=true
# SECURITY: Change to true to prevent pre- or post- install scripts
# from running when adding dependencies etc.
ignore-scripts=false
# Registry which should npm publish package to.
registry="https://registry.npmjs.org/"
# Configuration for npm "version" command, including commit message format,
# tag format, and git signing. Please see npm documentation on npm "version"
# command for more information: https://docs.npmjs.com/cli/v7/commands/npm-version
message="ver? Version %s"
git-tag-verion=true
tag-version-prefix="v"
sign-git-commit=true
sign-git-tag=true