-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.npmrc
More file actions
18 lines (12 loc) · 797 Bytes
/
.npmrc
File metadata and controls
18 lines (12 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# /*****************************************************************************************************************/
#// @author Michael Roberts <michael@observerly.com>
#// @package @observerly/fits
#// @license Copyright © 2021-2023 observerly
#/*****************************************************************************************************************/
node-version=18.14.0
engine-strict=true
#/*****************************************************************************************************************/
registry=https://registry.npmjs.org/
@observerly:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
#/*****************************************************************************************************************/