Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub CD bot committed Feb 9, 2024
1 parent d983437 commit fd5df41
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeceptjs/configure",
"version": "0.7.0",
"version": "1.0.0",
"description": "Set of CodeceptJS config hooks to simplify configuration",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,5 +33,11 @@
"peerDependencies": {
"codeceptjs": ">= 2.3.3"
},
"files": ["hooks/*", "codeceptjs.js", "deepMerge.js", "index.js", "index.d.ts"]
"files": [
"hooks/*",
"codeceptjs.js",
"deepMerge.js",
"index.js",
"index.d.ts"
]
}

0 comments on commit fd5df41

Please sign in to comment.