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 11{
22 "name" : " CustomString" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " Create a string with a microflow" ,
55 "license" : " " ,
66 "author" : " " ,
77 "private" : true ,
8- "dependencies" : {
9- },
8+ "dependencies" : {},
109 "devDependencies" : {
1110 "grunt" : " 0.4.5" ,
1211 "grunt-contrib-clean" : " ^0.6.0" ,
2120 "node-mendix-modeler-path" : " https://github.com/JelteMX/node-mendix-modeler-path/archive/v1.0.0.tar.gz"
2221 },
2322 "repository" : {
24- "type" :" git" ,
25- "url" :" http://github.com/mendix/CustomString"
23+ "type" : " git" ,
24+ "url" : " http://github.com/mendix/CustomString"
2625 },
2726 "engines" : {
2827 "node" : " >=0.12.0"
3534 "scripts" : {
3635 "test" : " grunt test"
3736 }
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" ?>
22<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/" >
44 <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" />
77 </widgetFiles >
88 <files >
9- <file path =" CustomString/widget/" />
9+ <file path =" CustomString/widget/" />
1010 </files >
1111 </clientModule >
1212</package >
You can’t perform that action at this time.
0 commit comments