Commit b6c8373 1 parent cb41048 commit b6c8373 Copy full SHA for b6c8373
File tree 7 files changed +19
-0
lines changed
_templates/packages/router
7 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "mode" : " pre" ,
3
+ "tag" : " next" ,
4
+ "initialVersions" : {
5
+ "docs" : " 0.1.0" ,
6
+ "@use-funnel/browser" : " 0.0.1" ,
7
+ "@use-funnel/core" : " 0.0.1" ,
8
+ "@use-funnel/next" : " 0.0.1" ,
9
+ "@use-funnel/react-navigation-native" : " 0.0.1" ,
10
+ "@use-funnel/react-router-dom" : " 0.0.1"
11
+ },
12
+ "changesets" : []
13
+ }
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ to: packages/<%= name %>/package.json
8
8
" type" : " module" ,
9
9
" main" : " ./src/index.ts" ,
10
10
" publishConfig" : {
11
+ " access" : " public" ,
11
12
" main" : " ./dist/index.js" ,
12
13
" types" : " ./dist/index.d.ts" ,
13
14
" module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 5
5
"type" : " module" ,
6
6
"main" : " ./src/index.ts" ,
7
7
"publishConfig" : {
8
+ "access" : " public" ,
8
9
"main" : " ./dist/index.js" ,
9
10
"types" : " ./dist/index.d.ts" ,
10
11
"module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 5
5
"type" : " module" ,
6
6
"main" : " ./src/index.ts" ,
7
7
"publishConfig" : {
8
+ "access" : " public" ,
8
9
"main" : " ./dist/index.js" ,
9
10
"types" : " ./dist/index.d.ts" ,
10
11
"module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 5
5
"type" : " module" ,
6
6
"main" : " ./src/index.ts" ,
7
7
"publishConfig" : {
8
+ "access" : " public" ,
8
9
"main" : " ./dist/index.js" ,
9
10
"types" : " ./dist/index.d.ts" ,
10
11
"module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 5
5
"type" : " module" ,
6
6
"main" : " ./src/index.ts" ,
7
7
"publishConfig" : {
8
+ "access" : " public" ,
8
9
"main" : " ./dist/index.js" ,
9
10
"types" : " ./dist/index.d.ts" ,
10
11
"module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 5
5
"type" : " module" ,
6
6
"main" : " ./src/index.ts" ,
7
7
"publishConfig" : {
8
+ "access" : " public" ,
8
9
"main" : " ./dist/index.js" ,
9
10
"types" : " ./dist/index.d.ts" ,
10
11
"module" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments