Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityvi committed Mar 27, 2023
1 parent 4dd98b0 commit 613b824
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nightwatch/testdoubles",
"version": "0.0.1",
"version": "0.1.0",
"description": "nightwatch plugin bring sinon methods to nightwatch",
"main": "index.js",
"scripts": {
Expand All @@ -18,7 +18,11 @@
"peerDependencies": {
"nightwatch": "2.6.19"
},
"files": ["examples", "nightwatch", "./index.js"],
"files": [
"examples",
"nightwatch",
"./index.js"
],
"devDependencies": {
"mocha": "^10.2.0",
"nightwatch": "^2.6.19"
Expand Down

0 comments on commit 613b824

Please sign in to comment.