@crc-org/macadam.js 0.0.1-202505091029-52992f0 → 0.0.1-202505091308-41f281b
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/README.md +1 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,17 +3,7 @@ An NPM library to work with macadam from Node projects
|
|
|
3
3
|
|
|
4
4
|
## Installation
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
You need to indicate in `.npmrc` where is located the package, and you need to authenticate with a GitHub token (classic) having `read:packages` scope:
|
|
9
|
-
|
|
10
|
-
.npmrc
|
|
11
|
-
```
|
|
12
|
-
@crc-org:registry=https://npm.pkg.github.com
|
|
13
|
-
//npm.pkg.github.com/:_authToken=<TOKEN>
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
Then you can install the package for your project:
|
|
6
|
+
To install the package for your project:
|
|
17
7
|
|
|
18
8
|
```
|
|
19
9
|
npm i @crc-org/macadam.js@latest
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "https://github.com/crc-org/macadam.js.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.0.1-
|
|
7
|
+
"version": "0.0.1-202505091308-41f281b",
|
|
8
8
|
"description": "An NPM library to work with macadam from Node projects",
|
|
9
9
|
"main": "./dist/index.js",
|
|
10
10
|
"publishConfig": {
|