@vlsdev/s3-portable 1.0.1 → 1.0.2
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 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -123,19 +123,4 @@ try {
|
|
|
123
123
|
}
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
## Local development
|
|
127
126
|
|
|
128
|
-
```bash
|
|
129
|
-
npm install
|
|
130
|
-
npm run build
|
|
131
|
-
npm run typecheck
|
|
132
|
-
```
|
|
133
|
-
|
|
134
|
-
## Publishing (public package)
|
|
135
|
-
|
|
136
|
-
```bash
|
|
137
|
-
npm run build
|
|
138
|
-
npm run typecheck
|
|
139
|
-
npm version patch --no-git-tag-version
|
|
140
|
-
npm publish --access public
|
|
141
|
-
```
|