mtg-card 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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -1
package/dist/index.js CHANGED
@@ -359,7 +359,7 @@ function j({
359
359
  /* @__PURE__ */ e("span", { style: { fontFeatureSettings: "'lnum' 1, 'pnum' 1" }, children: h })
360
360
  ] }) }),
361
361
  m && /* @__PURE__ */ e("span", { className: s, children: m }),
362
- /* @__PURE__ */ e("span", { className: c, children: "npm install mtg-card" })
362
+ /* @__PURE__ */ e("span", { className: c, children: "npm i mtg-card" })
363
363
  ] }),
364
364
  /* @__PURE__ */ r("div", { className: i, children: [
365
365
  /* @__PURE__ */ e("span", { className: d, children: [y, k].filter(Boolean).join(" • ") }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mtg-card",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "A React component that renders Magic: The Gathering cards with full color theming and mana symbols",
6
6
  "keywords": [
@@ -10,6 +10,10 @@
10
10
  "card",
11
11
  "component"
12
12
  ],
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/FeSens/mtg-card.git"
16
+ },
13
17
  "license": "MIT",
14
18
  "author": "Felipe Bonetto",
15
19
  "main": "dist/index.js",