File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 14.0.3 " ,
2
+ "version" : " 14.0.2 " ,
3
3
"packages" : [
4
4
" packages/*"
5
5
],
17
17
"private" : false ,
18
18
"ignoreChanges" : [
19
19
" *.md"
20
- ],
21
- "publishConfig" : {
22
- "access" : " public"
23
- }
20
+ ]
24
21
},
25
22
"version" : {
26
23
"conventionalCommits" : true ,
Original file line number Diff line number Diff line change 5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
7
7
"sideEffects" : false ,
8
+ "publishConfig" : {
9
+ "access" : " public"
10
+ },
8
11
"scripts" : {
9
12
"build" : " npm run tsc" ,
10
13
"build.win" : " npm run tsc.win && npm run readme" ,
64
67
},
65
68
"license" : " Apache-2.0" ,
66
69
"readmeFilename" : " README.md" ,
67
- "gitHead" : " 73ead4f2a1364ee699311078cb43817e6c6d6389 "
70
+ "gitHead" : " f335eb1be0357a0d94b470e3cdf6446b9d6c72ad "
68
71
}
Original file line number Diff line number Diff line change 5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
7
7
"sideEffects" : false ,
8
- "private" : false ,
9
8
"publishConfig" : {
10
- "access" : " public" ,
11
- "registry" : " https://registry.npmjs.org/"
9
+ "access" : " public"
12
10
},
13
11
"scripts" : {
14
12
"build" : " npm run tsc" ,
69
67
},
70
68
"license" : " Apache-2.0" ,
71
69
"readmeFilename" : " README.md" ,
72
- "gitHead" : " 73ead4f2a1364ee699311078cb43817e6c6d6389 "
70
+ "gitHead" : " f335eb1be0357a0d94b470e3cdf6446b9d6c72ad "
73
71
}
You can’t perform that action at this time.
0 commit comments