Skip to content

Commit

Permalink
Merge pull request #327 from ergebnis/fix/schema
Browse files Browse the repository at this point in the history
Fix: Revert e619a86 to see if workflow works
  • Loading branch information
localheinz committed Jan 16, 2020
2 parents 6adfb22 + ebfcee3 commit e2356b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"version": {
"type": "string",
"description": "Package version, see https://getcomposer.org/doc/04-schema.md#version for more info on valid schemes.",
"pattern": "^v?\\d+(((\\.\\d+)?\\.\\d+)?\\.\\d+)?|^dev-"
"pattern": "^v?\\d+(((\\.\\d+)?\\.\\d+)?\\.\\d+)?"
},
"time": {
"type": "string",
Expand Down

0 comments on commit e2356b2

Please sign in to comment.