Skip to content

Commit

Permalink
docs: update php package descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
reed-jones committed Aug 9, 2020
1 parent 1011fba commit e0e82c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
ignores: [(commit) => commit === 'wip\n'],
ignores: [commit => commit.trim() === 'wip'],
rules: {
'scope-enum': [2, 'always', ['state', 'routing', 'core', 'js', 'php']]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/Phased/Phase/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phased/phase",
"description": "Phase meta package",
"description": "Automatic Vue<->Laravel SPA adapter",
"type": "library",
"license": "ISC",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/Phased/Routing/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phased/routing",
"description": "Transparent Vue <-> Laravel Integration",
"description": "Generates Vue Router configuration from your Laravel routes",
"type": "library",
"license": "ISC",
"authors": [
Expand Down

0 comments on commit e0e82c5

Please sign in to comment.