File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " CustomString" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.1.1 " ,
4
4
"description" : " Create a string with a microflow" ,
5
5
"license" : " " ,
6
6
"author" : " " ,
7
7
"private" : true ,
8
- "dependencies" : {
9
- },
8
+ "dependencies" : {},
10
9
"devDependencies" : {
11
10
"grunt" : " 0.4.5" ,
12
11
"grunt-contrib-clean" : " ^0.6.0" ,
21
20
"node-mendix-modeler-path" : " https://github.com/JelteMX/node-mendix-modeler-path/archive/v1.0.0.tar.gz"
22
21
},
23
22
"repository" : {
24
- "type" :" git" ,
25
- "url" :" http://github.com/mendix/CustomString"
23
+ "type" : " git" ,
24
+ "url" : " http://github.com/mendix/CustomString"
26
25
},
27
26
"engines" : {
28
27
"node" : " >=0.12.0"
35
34
"scripts" : {
36
35
"test" : " grunt test"
37
36
}
38
- }
37
+ }
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<package xmlns =" http://www.mendix.com/package/1.0/" >
3
- <clientModule name =" CustomString" version =" 2.1" xmlns =" http://www.mendix.com/clientModule/1.0/" >
3
+ <clientModule name =" CustomString" version =" 2.1.1 " xmlns =" http://www.mendix.com/clientModule/1.0/" >
4
4
<widgetFiles >
5
- <widgetFile path =" CustomString/CustomString.xml" />
6
- <widgetFile path =" CustomString/CustomStringNoContext.xml" />
5
+ <widgetFile path =" CustomString/CustomString.xml" />
6
+ <widgetFile path =" CustomString/CustomStringNoContext.xml" />
7
7
</widgetFiles >
8
8
<files >
9
- <file path =" CustomString/widget/" />
9
+ <file path =" CustomString/widget/" />
10
10
</files >
11
11
</clientModule >
12
12
</package >
You can’t perform that action at this time.
0 commit comments