jmapserver-ng-core 2.10.10 → 2.10.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env +3 -0
- package/.env.example +3 -0
- package/.npmrc.example +4 -2
- package/package.json +1 -1
- package/public/index.js +1 -1
- package/readme.md +2 -0
package/.env
ADDED
package/.env.example
ADDED
package/.npmrc.example
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
# replace <FONT-AWSOME-TOKEN>
|
|
1
|
+
# replace <FONT-AWSOME-TOKEN> with a valid token
|
|
2
|
+
# duplicate .env.npm.example file, rename it to .env.npm and configure your npm token in it
|
|
2
3
|
@fortawesome:registry=https://npm.fontawesome.com/
|
|
3
4
|
//npm.fontawesome.com/:_authToken=<FONT-AWSOME-TOKEN>
|
|
4
|
-
|
|
5
|
+
# configure this using the .env file. See .env.example
|
|
6
|
+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
|