File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @discord-message-components/core" ,
3
3
"version" : " 0.1.1" ,
4
+ "publishConfig" : {
5
+ "access" : " public"
6
+ },
4
7
"main" : " ./dist/core.umd.js" ,
5
8
"module" : " ./dist/core.es.js" ,
6
9
"types" : " src/index.d.ts" ,
21
24
"dependencies" : {
22
25
"color-rgba" : " ^2.2.3" ,
23
26
"discord-markdown" : " danktuary/discord-markdown"
24
- }
27
+ },
28
+ "gitHead" : " 1e5ae8e0fe8afa656bfed9b95c9b61fd7aad3d4d"
25
29
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @discord-message-components/react" ,
3
3
"version" : " 0.1.1" ,
4
+ "publishConfig" : {
5
+ "access" : " public"
6
+ },
4
7
"main" : " ./dist/react.umd.js" ,
5
8
"module" : " ./dist/react.es.js" ,
6
9
"files" : [
42
45
"eslint-plugin-react" : " ^7.22.0" ,
43
46
"typescript" : " ^4.1.2" ,
44
47
"vite" : " ^2.0.1"
45
- }
48
+ },
49
+ "gitHead" : " 1e5ae8e0fe8afa656bfed9b95c9b61fd7aad3d4d"
46
50
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @discord-message-components/vue" ,
3
3
"version" : " 0.1.1" ,
4
+ "publishConfig" : {
5
+ "access" : " public"
6
+ },
4
7
"main" : " ./dist/vue.umd.js" ,
5
8
"module" : " ./dist/vue.es.js" ,
6
9
"files" : [
41
44
"vite" : " ^2.0.1" ,
42
45
"vue" : " ^3.0.6" ,
43
46
"vue-loader" : " ^16.1.2"
44
- }
47
+ },
48
+ "gitHead" : " 1e5ae8e0fe8afa656bfed9b95c9b61fd7aad3d4d"
45
49
}
You can’t perform that action at this time.
0 commit comments