peakurl 0.3.1 → 0.3.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 +3 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# PeakURL - Command-Line Interface
|
|
2
2
|
|
|
3
|
+

|
|
4
|
+
|
|
3
5
|
The official command-line interface for PeakURL.
|
|
4
6
|
|
|
5
7
|
Use `peakurl` to create short links, inspect existing links, and manage your PeakURL account from the terminal.
|
|
@@ -211,4 +213,4 @@ export PEAKURL_DISABLE_UPDATE_CHECK=1
|
|
|
211
213
|
- CLI docs: <https://peakurl.org/docs/cli>
|
|
212
214
|
- API docs: <https://peakurl.org/docs/api>
|
|
213
215
|
- npm package: <https://www.npmjs.com/package/peakurl>
|
|
214
|
-
- Issues: <https://github.com/PeakURL/
|
|
216
|
+
- Issues: <https://github.com/PeakURL/CLI/issues>
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "peakurl",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Official CLI for creating, listing, and managing PeakURL short links from the terminal",
|
|
5
5
|
"homepage": "https://peakurl.org",
|
|
6
6
|
"bugs": {
|
|
7
|
-
"url": "https://github.com/PeakURL/
|
|
7
|
+
"url": "https://github.com/PeakURL/CLI/issues"
|
|
8
8
|
},
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/PeakURL/
|
|
11
|
+
"url": "git+https://github.com/PeakURL/CLI.git"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"peakurl",
|