Skip to content

Commit

Permalink
Update development version to v0.5.4-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
giffyglyph committed Jun 2, 2021
1 parent cb6e3ab commit b2d9057
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
44 changes: 44 additions & 0 deletions .jsbeautifyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"html": {
"allowed_file_extensions": ["htm", "html", "xhtml", "shtml", "xml", "svg", "dust"],
"brace_style": "collapse",
"end_with_newline": true,
"indent_with_tabs": true,
"indent_handlebars": true,
"indent_inner_html": true,
"max_preserve_newlines": 10,
"preserve_newlines": true,
"wrap_line_length": 0
},
"css": {
"allowed_file_extensions": ["css", "scss", "sass", "less"],
"end_with_newline": true,
"indent_with_tabs": true,
"newline_between_rules": true,
"space_around_combinator": true,
"selector_separator": " ",
"selector_separator_newline": true,
"preserve_newlines": true,
"max_preserve_newlines": 10
},
"js": {
"allowed_file_extensions": ["js", "json", "jshintrc", "jsbeautifyrc"],
"brace_style": "collapse,preserve-inline",
"break_chained_methods": false,
"e4x": false,
"end_with_newline": true,
"indent_level": 0,
"indent_with_tabs": true,
"jslint_happy": false,
"keep_array_indentation": false,
"keep_function_indentation": false,
"max_preserve_newlines": 0,
"preserve_newlines": true,
"space_after_anon_function": false,
"space_before_conditional": true,
"space_in_empty_paren": false,
"space_in_paren": false,
"unescape_strings": false,
"wrap_line_length": 0
}
}
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "giffyglyphs-5e-monster-maker-dev",
"title": "Giffyglyph's 5e Monster Maker (DEV)",
"description": "Create new monsters in seconds using monster levels and templates.",
"version": "0.5.3",
"version": "0.5.4",
"authors": [
{
"name": "Giffyglyph",
Expand Down Expand Up @@ -33,5 +33,5 @@
"compatibleCoreVersion": "0.8.6",
"url": "https://patreon.com/giffyglyph",
"manifest": "https://raw.githubusercontent.com/giffyglyph/foundry_5e_monster_maker/dev/module.json",
"download": "https://github.com/giffyglyph/foundry_5e_monster_maker/archive/refs/tags/v0.5.3-dev.zip"
"download": "https://github.com/giffyglyph/foundry_5e_monster_maker/archive/refs/tags/v0.5.4-dev.zip"
}

0 comments on commit b2d9057

Please sign in to comment.