File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
"dev:docs" : " pnpm --filter docs dev" ,
9
9
"dev:jsonreader" : " pnpm --filter jsonreader dev" ,
10
10
"test" : " pnpm -r test" ,
11
- "lint" : " pnpm -r lint"
11
+ "lint" : " pnpm -r lint" ,
12
+ "release" : " bumpp -r && cd packages/jsonreader && pnpm publish"
12
13
},
13
14
"keywords" : [
14
15
" json" ,
26
27
"devDependencies" : {
27
28
"@tailwindcss/typography" : " ^0.5.16" ,
28
29
"autoprefixer" : " ^10.4.21" ,
30
+ "bumpp" : " ^10.1.0" ,
29
31
"postcss" : " ^8.5.3" ,
30
32
"shikiji" : " ^0.10.2" ,
31
33
"tailwindcss" : " ^3.4.11"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsonreader" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " A utility for reading and parsing JSON streams in real-time" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments