Skip to content

Commit

Permalink
package update.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Jan 2, 2025
1 parent 016c3c2 commit 19d9532
Show file tree
Hide file tree
Showing 8 changed files with 244 additions and 261 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ lerna-debug.log*

# Dependency directories
node_modules/
.DS_Store

# Optional eslint cache
.eslintcache
Expand Down
2 changes: 1 addition & 1 deletion dist/css/retrotxt.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/module/charset.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/module/text.js

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

4 changes: 2 additions & 2 deletions dist/js/retrotxt-init.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/retrotxt.js

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retrotxt",
"version": "2.0.1",
"version": "2.0.2",
"description": "RetrotxtJS correctly displays legacy ASCII and NFO text on a modern UTF-8 HTML page.",
"keywords": [
"html",
Expand Down Expand Up @@ -28,24 +28,24 @@
"url": "git+https://github.com/bengarrett/retrotxtjs.git"
},
"devDependencies": {
"eslint": "^9.4.0",
"globals": "^15.4.0",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"grunt": "~1.6.1",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-connect": "^4.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-qunit": "^10.0.0",
"grunt-contrib-qunit": "^10.1.1",
"grunt-contrib-uglify": "^5.2.2",
"grunt-eslint": "^25.0.0",
"grunt-stylelint": "^0.20.0",
"grunt-stylelint": "^0.20.1",
"http-server": "^14.1.1",
"prettier": "^3.3.1",
"prettier": "^3.4.2",
"qunit": "~2.23.1",
"stylelint": "^16.6.1",
"stylelint": "^16.12.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4"
},
"scripts": {
Expand Down
Loading

0 comments on commit 19d9532

Please sign in to comment.