Skip to content

Commit

Permalink
v0.0.1-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Dec 2, 2021
1 parent 3386b17 commit b0c5260
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-no-lookahead-lookbehind-regexp",
"version": "0.0.0",
"version": "0.0.1-beta.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "git@github.com:JonasBa/eslint-plugin-no-lookahead-lookbehind-regexp.git",
Expand All @@ -23,8 +23,8 @@
"@types/benchmark": "^2.1.1",
"@types/browserslist": "^4.15.0",
"@types/caniuse-lite": "^1.0.1",
"@types/jest": "^27.0.3",
"@types/eslint": "^8.2.0",
"@types/jest": "^27.0.3",
"@typescript-eslint/parser": "^5.4.0",
"benchmark": "^2.1.4",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -36,4 +36,4 @@
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
}
}
}

0 comments on commit b0c5260

Please sign in to comment.