Skip to content

Commit

Permalink
Updated comment headers
Browse files Browse the repository at this point in the history
  • Loading branch information
runthis committed Apr 4, 2021
1 parent aaadb7c commit 90a84c9
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/css/swapform.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/swapform.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/swapform.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/swapform.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/swapform.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
* Swapform (v1.0.0): swapform.js
* Swapform (v1.0): swapform.js
* Licensed under MIT (https://github.com/runthis/swapform/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion js/src/swapform.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
* Swapform (v1.0.0): swapform.js
* Swapform (v1.0): swapform.js
* Licensed under MIT (https://github.com/runthis/swapform/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"js-minify": "npx google-closure-compiler --js=js/src/swapform.js --js_output_file=js/dist/swapform.min.js --create_source_map=js/dist/swapform.min.js.map --source_map_include_content"
},
"style": "dist/css/swapform.css",
"version": "1.0.8"
"version": "1.0.9"
}

4 changes: 2 additions & 2 deletions scss/swapform.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* Swapform v1.0.0 (https://swapform.robertjessemiller.com/)
* Swapform v1.0 (https://github.com/runthis/swapform/)
* Licensed under MIT (https://github.com/runthis/swapform/blob/main/LICENSE)
*/

@use 'src/forms/form';
@use 'src/forms/label';
@use 'src/forms/textarea';
Expand Down

0 comments on commit 90a84c9

Please sign in to comment.