fix: npm access public
This commit is contained in:
parent
bd0460759c
commit
2022fc2a1f
@ -12,6 +12,9 @@
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": ">=5.16.0"
|
||||
},
|
||||
@ -28,5 +31,6 @@
|
||||
"devDependencies": {
|
||||
"eslint": "^6.0.1",
|
||||
"standard-version": "^6.0.1"
|
||||
}
|
||||
},
|
||||
"gitHead": "bd0460759c73f7fcdf32570f40a13e37ab6961c0"
|
||||
}
|
||||
|
@ -15,6 +15,9 @@
|
||||
"peerDependencies": {
|
||||
"eslint": ">=5.16.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antfu/eslint-config": "^0.1.4",
|
||||
"eslint-plugin-nuxt": "0.4.3",
|
||||
@ -22,5 +25,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^6.0.1"
|
||||
}
|
||||
},
|
||||
"gitHead": "bd0460759c73f7fcdf32570f40a13e37ab6961c0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user