Skip to content

Commit 0124bf8

Browse files
authored
Merge pull request #14 from mendix/code_cleanup
Minor code cleanups
2 parents f312ccb + 3af2cd9 commit 0124bf8

File tree

4 files changed

+102
-123
lines changed

4 files changed

+102
-123
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "DropdownDivConverter",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "The DropdownDivConverter converts a Mendix (div-)container into a - Bootstrap based - dropdown menu with a button. Simply create a container in Mendix with all the content you want in the dropdown menu and the DropdownDivConverter widget as it's last child. Everything you will have added then becomes the content of the dropdown menu.",
55
"license": "Apache 2",
66
"author": "Willem Gorisse",
77
"private": true,
8-
"dependencies": {
9-
},
8+
"dependencies": {},
109
"devDependencies": {
1110
"del": "^2.2.2",
1211
"gulp": "^3.9.1",
@@ -34,4 +33,4 @@
3433
"folders": "node ./node_modules/gulp/bin/gulp folders",
3534
"modeler": "node ./node_modules/gulp/bin/gulp modeler"
3635
}
37-
}
36+
}

0 commit comments

Comments
 (0)