tinker-spider-solitaire 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/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,9 +15,7 @@ Build complete suits from King to Ace in this classic card game for [TINKER](htt
15
15
 
16
16
  ## Installation
17
17
 
18
- Play directly in browser at https://tinker.liriliri.io/games/spider-solitaire/.
19
-
20
- Or install via TINKER: download from `https://tinker.liriliri.io/`, then run `npm i -g tinker-spider-solitaire`.
18
+ Play directly in [browser](https://tinker.liriliri.io/games/spider-solitaire/), or install via TINKER: download from `https://tinker.liriliri.io/`, then run `npm i -g tinker-spider-solitaire`.
21
19
 
22
20
  ## How to Play
23
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tinker-spider-solitaire",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Spider Solitaire Game Plugin for TINKER",
5
5
  "files": [
6
6
  "dist/",