Skip to content

Commit

Permalink
Revert to 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijonson committed Jan 2, 2023
1 parent 276eba8 commit 8b96ebe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maxijonson/phisherman-cli",
"version": "1.0.1",
"version": "0.0.0",
"description": "Spam phishing endpoints with fake data",
"main": "dist/index.js",
"scripts": {
Expand All @@ -27,6 +27,9 @@
"dist"
],
"homepage": "https://github.com/maxijonson/phisherman#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.11.18",
Expand Down
5 changes: 4 additions & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maxijonson/phisherman",
"version": "1.0.1",
"version": "0.0.0",
"description": "Spam phishing endpoints with fake data",
"main": "dist/index.js",
"scripts": {
Expand All @@ -22,6 +22,9 @@
"dist"
],
"homepage": "https://github.com/maxijonson/phisherman#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/chance": "^1.1.3",
"@types/user-agents": "^1.0.2",
Expand Down

0 comments on commit 8b96ebe

Please sign in to comment.