archspec 1.4.0 → 1.5.0
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 +0 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -113,20 +113,7 @@ ISC
|
|
|
113
113
|
|
|
114
114
|
````
|
|
115
115
|
|
|
116
|
-
---
|
|
117
|
-
|
|
118
|
-
After adding this:
|
|
119
|
-
|
|
120
|
-
1. Save as `README.md` in your package root
|
|
121
|
-
2. Run:
|
|
122
|
-
|
|
123
|
-
```bash
|
|
124
|
-
npm version patch
|
|
125
|
-
npm publish --access public --otp=XXXXXX
|
|
126
|
-
````
|
|
127
116
|
|
|
128
|
-
Then verify:
|
|
129
117
|
|
|
130
|
-
👉 [https://www.npmjs.com/package/archspec](https://www.npmjs.com/package/archspec)
|
|
131
118
|
|
|
132
119
|
|