@crc-org/macadam.js 0.0.1-202505091153-d597ec3 → 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 CHANGED
@@ -3,17 +3,7 @@ An NPM library to work with macadam from Node projects
3
3
 
4
4
  ## Installation
5
5
 
6
- The library is published on GitHub NPM registry.
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,9 +4,13 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/crc-org/macadam.js.git"
6
6
  },
7
- "version": "0.0.1-202505091153-d597ec3",
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
+ "publishConfig": {
11
+ "provenance": true,
12
+ "access": "public"
13
+ },
10
14
  "license": "Apache-2.0",
11
15
  "devDependencies": {
12
16
  "@eslint/compat": "^1.2.8",