Skip to content

Commit 548a77a

Browse files
Christopher Cesar Chavez LopezChristopher Cesar Chavez Lopez
authored andcommitted
fix: fixes pacakge.json
1 parent 8b9208f commit 548a77a

File tree

2 files changed

+195
-235
lines changed

2 files changed

+195
-235
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@doncesarts/solidity-comments-core",
2+
"name": "@nodefactory/solidity-comments-core",
33
"version": "1.2.0",
44
"description": "",
55
"main": "dist/index.js",
@@ -33,13 +33,10 @@
3333
],
3434
"contributors": [
3535
"Belma Gutlić <belma@nodefactory.io>",
36-
"Marin Petrunić <marin@nodefactory.io>",
37-
"doncesarts <doncesarts@gmail.com>"
36+
"Marin Petrunić <marin@nodefactory.io>"
3837
],
3938
"license": "MIT",
4039
"devDependencies": {
41-
"@abhijithvijayan/eslint-config": "2.6.3",
42-
"@abhijithvijayan/eslint-config-airbnb": "^1.0.2",
4340
"@babel/cli": "^7.17.6",
4441
"@babel/core": "^7.17.8",
4542
"@babel/eslint-parser": "^7.12.16",
@@ -53,13 +50,16 @@
5350
"babel-tape-runner": "^3.0.0",
5451
"coveralls": "^3.1.1",
5552
"electron": "^18.0.2",
56-
"eslint": "^7.11.0",
53+
"eslint": "^8.2.0",
54+
"eslint-config-airbnb": "19.0.4",
5755
"eslint-config-prettier": "^6.13.0",
5856
"eslint-config-strongloop": "^2.1.0",
59-
"eslint-plugin-import": "^2.26.0",
57+
"eslint-plugin-import": "^2.25.3",
6058
"eslint-plugin-jsx-a11y": "^6.5.1",
6159
"eslint-plugin-node": "^11.1.0",
6260
"eslint-plugin-prettier": "^4.0.0",
61+
"eslint-plugin-react": "^7.28.0",
62+
"eslint-plugin-react-hooks": "^4.3.0",
6363
"istanbul": "^0.4.5",
6464
"nyc": "^15.1.0",
6565
"prettier": "^2.6.2",

0 commit comments

Comments
 (0)