File tree 2 files changed +3
-3201
lines changed
2 files changed +3
-3201
lines changed Original file line number Diff line number Diff line change 20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : {
24
- "access" : " public"
25
- },
23
+ "publishConfig" : { "access" : " public" },
26
24
"scripts" : {
27
25
"start" : " npx webpack --config webpack.config.js --watch" ,
28
26
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
34
32
},
35
33
"author" : " CoCreate LLC" ,
36
34
"license" : " MIT" ,
37
- "bugs" : {
38
- "url" : " https://github.com/CoCreate-app/CoCreate-kanban/issues"
39
- },
35
+ "bugs" : { "url" : " https://github.com/CoCreate-app/CoCreate-kanban/issues" },
40
36
"homepage" : " https://cocreate.app/docs/kanban" ,
41
37
"devDependencies" : {
42
38
"@babel/core" : " ^7.12.10" ,
50
46
"webpack-log" : " ^3.0.1"
51
47
},
52
48
"dependencies" : {
53
- "@cocreate/docs" : " ^1.0.3 " ,
49
+ "@cocreate/docs" : " latest " ,
54
50
"mini-css-extract-plugin" : " ^1.5.0"
55
51
}
56
52
}
You can’t perform that action at this time.
0 commit comments