File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.0 (2021-03-29)
1
2
3
+
4
+ ### Features
5
+
6
+ * Initial Release ([ 0799142] ( https://github.com/CoCreate-app/CoCreate-users/commit/07991421b0ee3ffb549f3a1d386b8cad2f224681 ) )
7
+ * Initial Release ([ c4fe26f] ( https://github.com/CoCreate-app/CoCreate-users/commit/c4fe26feac816a2907647d74a84209abe965156c ) )
Original file line number Diff line number Diff line change 20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : { "access" : " public" },
23
+ "publishConfig" : {
24
+ "access" : " public"
25
+ },
24
26
"scripts" : {
25
27
"start" : " npx webpack --config webpack.config.js" ,
26
28
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
33
35
},
34
36
"author" : " CoCreate LLC" ,
35
37
"license" : " MIT" ,
36
- "bugs" : { "url" : " https://github.com/CoCreate-app/CoCreate-users/issues" },
38
+ "bugs" : {
39
+ "url" : " https://github.com/CoCreate-app/CoCreate-users/issues"
40
+ },
37
41
"homepage" : " https://cocreate.app/docs/users" ,
38
42
"funding" : {
39
43
"type" : " GitHub Sponsors ❤" ,
54
58
"style-loader" : " ^2.0.0" ,
55
59
"terser-webpack-plugin" : " ^5.1.1"
56
60
},
57
- "dependencies" : { "@cocreate/docs" : " ^1.0.3" }
61
+ "dependencies" : {
62
+ "@cocreate/docs" : " ^1.0.3"
63
+ }
58
64
}
You can’t perform that action at this time.
0 commit comments