Skip to content

Commit

Permalink
build: update package file versions to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Sep 26, 2023
1 parent b4e0c44 commit c620b47
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 25 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
],
"autoload": {
"psr-4": {
"ModularitySections\\": "source/php/"
"ModularitySections\\": "source/php/"
}
}
}
},
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion modularity-sections.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Modularity sections
* Plugin URI: https://github.com/helsingborg-stad/modularity-sections
* Description: Provides graphical sections intended for full-width usage
* Version: 1.0.0
* Version: 2.0.0
* Author: Sebastian Thulin, Nikolas Ramstedt
* Author URI: https://github.com/helsingborg-stad
* License: MIT
Expand Down
14 changes: 14 additions & 0 deletions package-lock.json

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

41 changes: 20 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"name": "modularity-sections",
"version": "1.0.0",
"description": "Provides graphical sections intended for full-width usage",
"main": "",
"scripts": {
"build": "",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Svanmark/Wordpress-Plugin-Boilerplate.git"
},
"author": "Sebastian Thulin",
"license": "MIT",
"bugs": {
"url": "https://github.com/Svanmark/Wordpress-Plugin-Boilerplate/issues"
},
"homepage": "https://github.com/Svanmark/Wordpress-Plugin-Boilerplate",
"devDependencies": {
}
}
"name": "modularity-sections",
"version": "2.0.0",
"description": "Provides graphical sections intended for full-width usage",
"main": "",
"scripts": {
"build": "",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Svanmark/Wordpress-Plugin-Boilerplate.git"
},
"author": "Sebastian Thulin",
"license": "MIT",
"bugs": {
"url": "https://github.com/Svanmark/Wordpress-Plugin-Boilerplate/issues"
},
"homepage": "https://github.com/Svanmark/Wordpress-Plugin-Boilerplate",
"devDependencies": []
}

0 comments on commit c620b47

Please sign in to comment.