Procházet zdrojové kódy

chore: rename bahai-date-rest-api -> bahai-date-api

Brett Zamir před 3 roky
rodič
revize
ba1d326534
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      images/cli.svg
  2. 1 1
      package.json

+ 1 - 1
images/cli.svg

@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0, 0, 823.33, 288.45" font-family="SauceCodePro Nerd Font, Source Code Pro, Courier" font-size="14"><g fill="#D3D3D3"><rect x="0" y="0" width="823.33" height="288.45" fill="#000000"/><path d="M0,35.5146875 L159.6259765625,35.5146875 Z" stroke="#D3D3D3"/><text x="0" y="33.55" font-weight="bold">bahai-date-rest-api</text><text x="16.8" y="71.55">  RESTful Bah&#xE1;&#x27;&#xED; date API                                 </text><text x="16.8" y="109.55" font-style="italic">bahai-date [--verbose] [aDate]</text><path d="M0,149.5146875 L58.8095703125,149.5146875 Z" stroke="#D3D3D3"/><text x="0" y="147.55" font-weight="bold">Options</text><text x="16.8" y="185.55" font-weight="bold">-d</text><text x="33.61" y="185.55">, </text><text x="50.41" y="185.55" font-weight="bold">--date</text><path d="M109.2177734375,187.5146875 L142.8232421875,187.5146875 Z" stroke="#D3D3D3"/><text x="109.22" y="185.55">date</text><text x="168.03" y="185.55">   Gregorian date (parseable by &#x60;Date&#x60;) to convert to Bad&#xED;&#x27; date (or empty to    </text><text x="168.03" y="204.55">                    get today&#x27;s date).                                                            </text><text x="16.8" y="223.55" font-weight="bold">--verbose</text><text x="168.03" y="223.55">         Whether to provide an entire JSON object with full details.                   </text><text x="16.8" y="242.55" font-weight="bold">-v</text><text x="33.61" y="242.55">, </text><text x="50.41" y="242.55" font-weight="bold">--version</text><text x="16.8" y="261.55" font-weight="bold">-h</text><text x="33.61" y="261.55">, </text><text x="50.41" y="261.55" font-weight="bold">--help</text></g></svg>
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0, 0, 823.33, 288.45" font-family="SauceCodePro Nerd Font, Source Code Pro, Courier" font-size="14"><g fill="#D3D3D3"><rect x="0" y="0" width="823.33" height="288.45" fill="#000000"/><path d="M0,35.5146875 L117.619140625,35.5146875 Z" stroke="#D3D3D3"/><text x="0" y="33.55" font-weight="bold">bahai-date-api</text><text x="16.8" y="71.55">  RESTful Bah&#xE1;&#x27;&#xED; date API                                 </text><text x="16.8" y="109.55" font-style="italic">bahai-date [--verbose] [aDate]</text><path d="M0,149.5146875 L58.8095703125,149.5146875 Z" stroke="#D3D3D3"/><text x="0" y="147.55" font-weight="bold">Options</text><text x="16.8" y="185.55" font-weight="bold">-d</text><text x="33.61" y="185.55">, </text><text x="50.41" y="185.55" font-weight="bold">--date</text><path d="M109.2177734375,187.5146875 L142.8232421875,187.5146875 Z" stroke="#D3D3D3"/><text x="109.22" y="185.55">date</text><text x="168.03" y="185.55">   Gregorian date (parseable by &#x60;Date&#x60;) to convert to Bad&#xED;&#x27; date (or empty to    </text><text x="168.03" y="204.55">                    get today&#x27;s date).                                                            </text><text x="16.8" y="223.55" font-weight="bold">--verbose</text><text x="168.03" y="223.55">         Whether to provide an entire JSON object with full details.                   </text><text x="16.8" y="242.55" font-weight="bold">-v</text><text x="33.61" y="242.55">, </text><text x="50.41" y="242.55" font-weight="bold">--version</text><text x="16.8" y="261.55" font-weight="bold">-h</text><text x="33.61" y="261.55">, </text><text x="50.41" y="261.55" font-weight="bold">--help</text></g></svg>

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "bahai-date-rest-api",
+  "name": "bahai-date-api",
   "version": "1.0.0",
   "description": "RESTful Bahá'í date API",
   "main": "api/controllers/bDateController.js",