@factor/plugin-blog
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "@factor/plugin-blog", | ||
"description": "Easily implement, customize and manage blog in your Factor app.", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"license": "GPL-2.0", | ||
@@ -14,3 +14,3 @@ "factor": { | ||
"dependencies": { | ||
"@factor/plugin-highlight-code": "^1.3.0" | ||
"@factor/plugin-highlight-code": "^1.3.1" | ||
}, | ||
@@ -20,3 +20,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "9c9db8ea795f25bf0cd7cf6670b7db89d1d562bb", | ||
"gitHead": "c8a592af464da464cc61bb07e856a1b708b01849", | ||
"keywords": [ | ||
@@ -23,0 +23,0 @@ "factor", |
@@ -10,3 +10,3 @@ ## Overview | ||
```bash | ||
yarn add @factor/plugin-blog | ||
npm add @factor/plugin-blog | ||
``` | ||
@@ -31,2 +31,2 @@ | ||
Run `yarn factor setup` for a question based CLI to help you configure this plugin's options. | ||
Run `npx factor setup` for a question based CLI to help you configure this plugin's options. |
319655