@devkong/cli 0.0.67-alpha.16 → 0.0.67-alpha.17

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 +0 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,14 +29,3 @@ Publish with custom tag to avoid @latest:
29
29
  ```sh
30
30
  npx nx release publish --git-commit=false --tag=dev
31
31
  ```
32
-
33
- ## Publish to the Nexus
34
-
35
- ```shell script
36
- code ~/.npmrc
37
-
38
- @kong:registry=https://nexus.shared.sg.app-dts.net/repository/npm-hosted/
39
- //nexus.shared.sg.app-dts.net/repository/npm-hosted/:username=kong
40
- //nexus.shared.sg.app-dts.net/repository/npm-hosted/:_password={BASE_64_PASSWORD}
41
- //nexus.shared.sg.app-dts.net/repository/npm-hosted/:always-auth=true
42
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devkong/cli",
3
- "version": "0.0.67-alpha.16",
3
+ "version": "0.0.67-alpha.17",
4
4
  "type": "commonjs",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",