blazed-past-us 0.9.6 → 0.9.7

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 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ![banner](blazed-logo.png)
2
2
 
3
- > 🚧 **Work in progress** This framework is still under active development. Expect breaking changes.
3
+ > 🚧 **WORK IN PROGRESS** - THIS FRAMEWORK IS STILL UNDER ACTIVE DEVELOPMENT. EXPECT BREAKING CHANGES!
4
4
 
5
5
  [![Downloads](https://img.shields.io/npm/dm/blazed-past-us.svg?style=flat-square)](https://www.npmjs.com/package/blazed-past-us)
6
6
  [![version](https://img.shields.io/npm/v/blazed-past-us.svg?style=flat-square)](https://www.npmjs.com/package/blazed-past-us)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blazed-past-us",
3
- "version": "0.9.6",
3
+ "version": "0.9.7",
4
4
  "description": "A static blog framework made for developers that allows content to be written in Markdown directly from the IDE.",
5
5
  "license": "MIT",
6
6
  "author": "gass-git",
@@ -38,7 +38,7 @@
38
38
  "rehype-raw": "^7.0.0",
39
39
  "rehype-stringify": "^10.0.1",
40
40
  "remark": "^15.0.1",
41
- "remark-inline-svg-flex": "^0.4.1",
41
+ "remark-inline-svg-flex": "^1.0.0",
42
42
  "remark-parse": "^11.0.0",
43
43
  "remark-rehype": "^11.1.2",
44
44
  "unist-util-visit": "^5.1.0"
@@ -48,4 +48,4 @@
48
48
  "blog",
49
49
  "markdown"
50
50
  ]
51
- }
51
+ }