blazed-past-us 0.8.8 → 0.9.6
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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
> 🚧 **Work in progress** This framework is still under active development. Expect changes.
|
|
3
|
+
> 🚧 **Work in progress** This framework is still under active development. Expect breaking changes.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/blazed-past-us)
|
|
6
6
|
[](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.
|
|
3
|
+
"version": "0.9.6",
|
|
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.
|
|
41
|
+
"remark-inline-svg-flex": "^0.4.1",
|
|
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
|
+
}
|