Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0gr committed Jan 30, 2024
1 parent de03bb9 commit 28b1d8b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-page-object",
"version": "2.2.0",
"version": "2.2.1",
"description": "This ember-cli addon eases the construction of page objects on your acceptance and integration tests",
"keywords": [
"acceptance",
Expand Down Expand Up @@ -43,7 +43,9 @@
},
"typesVersions": {
"*": {
"*": ["./types.d.ts"]
"*": [
"./types.d.ts"
]
}
},
"files": [
Expand Down

0 comments on commit 28b1d8b

Please sign in to comment.