pdf-mapview 0.1.0 → 0.1.1
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 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -179,19 +179,3 @@ Client code should import only from `pdf-mapview/client`, and ingest code should
|
|
|
179
179
|
See the TanStack Start example notes:
|
|
180
180
|
|
|
181
181
|
- [examples/tanstack-start/README.md](https://github.com/pirut/pdf-mapview/blob/main/examples/tanstack-start/README.md)
|
|
182
|
-
|
|
183
|
-
## Publishing
|
|
184
|
-
|
|
185
|
-
Before running `npm publish`, confirm:
|
|
186
|
-
|
|
187
|
-
```bash
|
|
188
|
-
npm test
|
|
189
|
-
npm run build
|
|
190
|
-
npm pack --dry-run
|
|
191
|
-
```
|
|
192
|
-
|
|
193
|
-
For an unscoped package:
|
|
194
|
-
|
|
195
|
-
```bash
|
|
196
|
-
npm publish
|
|
197
|
-
```
|