@fre4x/arxiv 1.0.12 → 1.0.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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -189,9 +189,9 @@ Showing 3 of 891 results (offset: 0)
|
|
|
189
189
|
## Development
|
|
190
190
|
|
|
191
191
|
```bash
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
192
|
+
npm install
|
|
193
|
+
npm run dev # tsx, no build
|
|
194
|
+
npm run build # compile → dist/
|
|
195
195
|
```
|
|
196
196
|
|
|
197
197
|
## License
|