Skip to content

Commit

Permalink
fix: set private true for e2e (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
tirumerla authored Oct 7, 2024
1 parent b919f56 commit 3a3f117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
"name": "e2e",
"version": "1.1.0",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [],
"author": "",
"author": "OpenZeppelin Defender <defender@openzeppelin.com>",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.12",
Expand Down

0 comments on commit 3a3f117

Please sign in to comment.