File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " generator-jsonforms" ,
3
- "version" : " 0.0.2-alpha.0 " ,
3
+ "version" : " 0.0.2-alpha.1 " ,
4
4
"description" : " Yeoman generator for JSON Forms" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms-tooling" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms-tooling/issues" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsonforms-tooling-common" ,
3
- "version" : " 0.0.2-alpha.0 " ,
3
+ "version" : " 0.0.2-alpha.1 " ,
4
4
"description" : " Common package for JSON Forms tooling" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms-tooling" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms-tooling/issues" ,
25
25
"@jsonforms/react" : " ^2.2.3" ,
26
26
"ajv" : " ^6.10.0" ,
27
27
"chokidar" : " ^3.0.1" ,
28
- "generator-jsonforms" : " 0.0.2-alpha.0 " ,
28
+ "generator-jsonforms" : " ^ 0.0.2-alpha.1 " ,
29
29
"react" : " ^16.8.6" ,
30
30
"react-redux" : " ^6.0.0" ,
31
31
"redux" : " ^4.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.2-alpha.0 " ,
2
+ "version" : " 0.0.2-alpha.1 " ,
3
3
"packages" : [
4
4
" generator-jsonforms" ,
5
5
" jsonforms-tooling-common" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsonforms-tooling-vscode" ,
3
- "version" : " 0.0.2-alpha.0 " ,
3
+ "version" : " 0.0.2-alpha.1 " ,
4
4
"description" : " VSCode extension for JSON Forms tooling" ,
5
5
"repository" : " https://github.com/eclipsesource/jsonforms-tooling" ,
6
6
"bugs" : " https://github.com/eclipsesource/jsonforms-tooling/issues" ,
74
74
"lint" : " tslint --project tsconfig.json"
75
75
},
76
76
"dependencies" : {
77
- "jsonforms-tooling-common" : " 0.0.2-alpha.0 "
77
+ "jsonforms-tooling-common" : " ^ 0.0.2-alpha.1 "
78
78
},
79
79
"devDependencies" : {
80
80
"typescript" : " ^3.5.2" ,
You can’t perform that action at this time.
0 commit comments