@datapos/datapos-development 0.3.53 → 0.3.56

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,6 +22,13 @@ Install as a development (dev) dependency:
22
22
  npm install --save-dev @datapos/datapos-development
23
23
  ```
24
24
 
25
+ Create `.npmrc` with access token. Access token needs to disable 2FA and allow all access.
26
+
27
+ ```ini
28
+ registry=https://registry.npmjs.org/
29
+ //registry.npmjs.org/:_authToken=<ACCESS TOKEN>
30
+ ```
31
+
25
32
  ## Utilities
26
33
 
27
34
  The `src/index.ts' file exposes the following utilities:
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "license": "MIT",
4
4
  "private": false,
5
5
  "type": "module",
6
- "version": "0.3.53",
6
+ "version": "0.3.56",
7
7
  "files": [
8
8
  "dist"
9
9
  ],