Skip to content

Commit

Permalink
Merge pull request #2 from fabianmieller/develop
Browse files Browse the repository at this point in the history
update manifest for pr
  • Loading branch information
fabianmieller authored Jun 24, 2019
2 parents 0c32d02 + 7285a6b commit 81bc8fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/node_modules
**/node_modules
/vendor
.vscode
.DS_Store
yarn-error.log
yarn-error.log
.env
6 changes: 3 additions & 3 deletions plugin-test/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Plugin Test",
"maintainer": "Fabian Mieller",
"maintainer": "fabianmieller",
"versions": [
{
"version": "0.0.2",
"download": "http://downloadlink.com",
"hash": "fb6e2acebd55c2c8144580e99a71bb327c45806592c9283228a5c4920dcd12ad",
"require": {
"php": "7.2.19",
"pro": "1.21.0",
"pro": "1.20.0",
"wordpress": "5.2"
}
},
Expand All @@ -23,4 +23,4 @@
}
}
]
}
}

0 comments on commit 81bc8fd

Please sign in to comment.