@dice-roller/vuepress-plugin-dice-roller 1.2.2 → 1.2.4

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 +5 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,9 +1,13 @@
1
1
  <p align="center">
2
- <img src="http://dice-roller.github.io/documentation/dice-roller-logo.png" alt="RPG Dice Roller" style="max-width: 100%;" width="200"/>
2
+ <img src="https://dice-roller.github.io/documentation/dice-roller-logo.png" alt="RPG Dice Roller" style="max-width: 100%;" width="200"/>
3
3
  </p>
4
4
 
5
5
  # RPG Dice Roller Vuepress Plugin
6
6
 
7
+ [![npm (scoped)](https://img.shields.io/npm/v/@dice-roller/vuepress-plugin-dice-roller?label=version)](https://www.npmjs.com/package/@dice-roller/vuepress-plugin-dice-roller)
8
+ [![License](https://img.shields.io/npm/l/@dice-roller/vuepress-plugin-dice-roller)](./LICENSE.txt)
9
+
10
+
7
11
  Plugin for [VuePress v2](https://v2.vuepress.vuejs.org/) that allows rolling dice. For Vuepress v1, use version [`v0.1.*`](https://github.com/dice-roller/vuepress-plugin/tree/v0.1.10) of this library.
8
12
 
9
13
  This library enables adding a dice roller component anywhere within a markdown file, with a simple syntax.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dice-roller/vuepress-plugin-dice-roller",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "Plugin for VuePress that allows rolling dice",
5
5
  "type": "module",
6
6
  "exports": {
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "homepage": "https://github.com/dice-roller/vuepress-plugin",
34
34
  "peerDependencies": {
35
- "vuepress": "^2.0.0-beta.62"
35
+ "vuepress": "2.0.0 || >=2.0.0-beta.51 <2.0.0-beta.50-pre"
36
36
  },
37
37
  "dependencies": {
38
38
  "@dice-roller/vue": "^1.2.0",