Skip to content

Commit c177592

Browse files
committed
chore: dump version to 1.0.2
1 parent eeb2f3a commit c177592

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "lr-tech-blog",
33
"type": "module",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",
88
"build": "astro check && astro build",
99
"preview": "astro preview",
1010
"astro": "astro"
1111
},
12+
"license": "MIT",
1213
"dependencies": {
1314
"@astrojs/check": "^0.5.10",
1415
"@astrojs/mdx": "^2.2.2",

0 commit comments

Comments
 (0)