Skip to content

Commit

Permalink
Updated these with lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thekingofspace committed Apr 19, 2024
1 parent a6a0b26 commit 051774d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions actions/canvas_create_primitive_MOD.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ module.exports = {
name: 'Canvas Create Shape',
section: 'Image Editing',
meta: {
version: '1.0.0',
author: 'Your Name',
authorUrl: 'https://yourwebsite.com',
downloadURL: 'https://github.com/yourrepository/your-script.js',
version: '2.1.7',
preciseCheck: false,
author: 'DBM Mods',
authorUrl: 'https://github.com/dbm-network/mods',
downloadURL: 'https://github.com/dbm-network/mods/blob/master/actions/canvas_create_primitive_MOD.js',
},

subtitle(data) {
Expand Down
2 changes: 1 addition & 1 deletion actions/seperator_MOD.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
version: '2.1.7',
author: 'DBM Mods',
authorUrl: 'https://github.com/dbm-network/mods',
downloadURL: 'https://github.com/dbm-network/mods/blob/master/actions/file_control_separator.js',
downloadURL: 'https://github.com/dbm-network/mods/blob/master/actions/seperator_MOD.js',
},

subtitle(data) {
Expand Down

0 comments on commit 051774d

Please sign in to comment.