Skip to content

Commit 6ca842e

Browse files
committedMar 17, 2023
chore: lint package files
1 parent 36398e6 commit 6ca842e

File tree

13 files changed

+57
-58
lines changed

13 files changed

+57
-58
lines changed
 

‎distributions/nuxt/README.md

+21-22
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
1818
## Nuxt 3
1919

20-
The evolution of Nuxt powered by Vite and Vue 3 is currently in beta and available on:
20+
The evolution of Nuxt powered by Vite and Vue 3 available on:
2121
- GitHub: [nuxt/framework](https://github.com/nuxt/framework)
22-
- Documentation: [v3.nuxtjs.org](https://v3.nuxtjs.org)
22+
- Documentation: [nuxt.com](https://nuxt.com/)
2323

2424
## Links
2525

@@ -74,29 +74,32 @@ Learn more at https://nuxtjs.org/guide/commands#production-deployment
7474

7575
Get help with that tough bug or make sure your Nuxt app is ready to deploy. For $250 an hour, get technical support, advice and code reviews from the Nuxt core team: support@nuxtlabs.com
7676

77+
## Agency Network
78+
79+
When in need for more broad or long-term consulting, reach out for one of our [agency partner](https://nuxtjs.org/partners):
80+
81+
82+
<p align="center">
83+
<a href="https://nuxtjs.org/partners/ship-shape"><img src="https://nuxtjs.org/img/companies/square/light/shipshape.webp" style="margin: 1rem" height="80px" alt="Ship Shape"></a>
84+
<a href="https://nuxtjs.org/partners/64robots"><img src="https://nuxtjs.org/img/companies/square/light/64robots.svg" style="margin: 1rem" height="80px" alt="64 Robots"></a>
85+
<a href="https://nuxtjs.org/partners/passionate-people"><img src="https://nuxtjs.org/img/companies/square/light/passionate-people.jpeg" style="margin: 1rem" height="80px" alt="Passionate people"></a>
86+
<a href="https://nuxtjs.org/partners/curotec"><img src="https://nuxtjs.org/img/companies/square/light/curotec.jpeg" style="margin: 1rem" height="80px" alt="Curotec"></a>
87+
<a href="https://nuxtjs.org/partners/mirahi"><img src="https://nuxtjs.org/img/companies/square/light/mirahi.svg" style="margin: 1rem" height="80px" alt="Mirahi"></a>
88+
<a href="https://nuxtjs.org/partners/webreinvent"><img src="https://nuxtjs.org/img/companies/square/light/webreinvent.svg" style="margin: 1rem" height="80px" alt="Web Reinvent"></a>
89+
<a href="https://nuxtjs.org/partners/software-things"><img src="https://nuxtjs.org/img/companies/square/light/software-things.svg" style="margin: 1rem" height="80px" alt="Software things"></a>
90+
<a href="https://nuxtjs.org/partners/zen-architects"><img src="https://nuxtjs.org/img/companies/square/light/zen-architects.svg" style="margin: 1rem" height="80px" alt="Zen Architects"></a>
91+
<a href="https://nuxtjs.org/partners/funkhaus"><img src="https://nuxtjs.org/img/companies/square/light/funkhaus.svg" style="margin: 1rem" height="80px" alt="Funkhaus"></a>
92+
</p>
93+
7794
## Supporting Nuxt
7895

7996
Nuxt is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome backers.
8097
Funds donated via OpenCollective are managed with transparent expenses and will be used for compensating work and expenses for core team members or sponsoring community events.
8198

8299
Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/nuxtjs#contribute)]
83100

84-
### Platinum Sponsors
85-
86101
[![Open Collective Platinum Sponsors][platinum-sponsors-src]][platinum-sponsors-href]
87102

88-
### Gold Sponsors
89-
90-
[![Open Collective Gold Sponsors][gold-sponsors-src]][gold-sponsors-href]
91-
92-
### Silver Sponsors
93-
94-
[![Open Collective Silver Sponsors][silver-sponsors-src]][silver-sponsors-href]
95-
96-
### Bronze Sponsors
97-
98-
[![Open Collective Bronze Sponsors][bronze-sponsors-src]][bronze-sponsors-href]
99-
100103
## Contributors
101104

102105
Thank you to all our [contributors](https://github.com/nuxt/nuxt.js/graphs/contributors)!
@@ -111,15 +114,11 @@ Please refer to our [Contribution Guide](https://nuxtjs.org/contribution-guide/)
111114

112115
## Cross-browser testing
113116

114-
Thanks to [BrowserStack](http://browserstack.com)!
115-
116-
<a href="http://browserstack.com"><img height="70" src="https://nuxtjs.org/browserstack.svg" alt="BrowserStack"></a>
117+
<a href="https://browserstack.com"><img height="30" align="center" src=".github/icons/browserstack.svg" alt="BrowserStack"></a> Thanks to [BrowserStack](http://browserstack.com)!
117118

118119
## Automated testing
119120

120-
Thanks to [SauceLabs](https://saucelabs.com) for supporting Open Source <3
121-
122-
<a href="https://saucelabs.com"><img height="70" src="https://nuxtjs.org/saucelabs.svg" alt="SauceLabs"></a>
121+
<a href="https://saucelabs.com"><img height="30" align="center" src=".github/icons/saucelabs.svg" alt="SauceLabs"></a> Thanks to [SauceLabs](https://saucelabs.com) for supporting Open Source <3
123122

124123
## Security
125124

‎packages/babel-preset-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"core-js-compat": "^3.29.1",
2828
"regenerator-runtime": "^0.13.11"
2929
},
30-
"publishConfig": {
31-
"access": "public"
32-
},
3330
"engines": {
3431
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
32+
},
33+
"publishConfig": {
34+
"access": "public"
3535
}
3636
}

‎packages/builder/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"serialize-javascript": "^6.0.1",
2525
"upath": "^2.0.1"
2626
},
27-
"publishConfig": {
28-
"access": "public"
29-
},
3027
"engines": {
3128
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
29+
},
30+
"publishConfig": {
31+
"access": "public"
3232
}
3333
}

‎packages/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"upath": "^2.0.1",
3838
"wrap-ansi": "^7.0.0"
3939
},
40-
"publishConfig": {
41-
"access": "public"
42-
},
4340
"engines": {
4441
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
42+
},
43+
"publishConfig": {
44+
"access": "public"
4545
}
4646
}

‎packages/config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"std-env": "^3.3.2",
2121
"ufo": "^1.1.1"
2222
},
23-
"publishConfig": {
24-
"access": "public"
25-
},
2623
"engines": {
2724
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
25+
},
26+
"publishConfig": {
27+
"access": "public"
2828
}
2929
}

‎packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"hash-sum": "^2.0.0",
1818
"lodash": "^4.17.21"
1919
},
20-
"publishConfig": {
21-
"access": "public"
22-
},
2320
"engines": {
2421
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
22+
},
23+
"publishConfig": {
24+
"access": "public"
2525
}
2626
}

‎packages/generator/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"node-html-parser": "^6.1.5",
1919
"ufo": "^1.1.1"
2020
},
21-
"publishConfig": {
22-
"access": "public"
23-
},
2421
"engines": {
2522
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
23+
},
24+
"publishConfig": {
25+
"access": "public"
2626
}
2727
}

‎packages/server/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"server-destroy": "^1.0.1",
2727
"ufo": "^1.1.1"
2828
},
29-
"publishConfig": {
30-
"access": "public"
31-
},
3229
"engines": {
3330
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
31+
},
32+
"publishConfig": {
33+
"access": "public"
3434
}
3535
}

‎packages/types/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"@types/webpack-bundle-analyzer": "3.9.5",
2828
"@types/webpack-hot-middleware": "2.25.5"
2929
},
30-
"publishConfig": {
31-
"access": "public"
32-
},
3330
"engines": {
3431
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
32+
},
33+
"publishConfig": {
34+
"access": "public"
3535
}
3636
}

‎packages/utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"ua-parser-js": "^1.0.34",
2222
"ufo": "^1.1.1"
2323
},
24-
"publishConfig": {
25-
"access": "public"
26-
},
2724
"engines": {
2825
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
26+
},
27+
"publishConfig": {
28+
"access": "public"
2929
}
3030
}

‎packages/vue-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"vue-template-compiler": "^2.7.14",
2525
"vuex": "^3.6.2"
2626
},
27-
"publishConfig": {
28-
"access": "public"
29-
},
3027
"engines": {
3128
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
3229
},
30+
"publishConfig": {
31+
"access": "public"
32+
},
3333
"web-types": "web-types/web-types.json"
3434
}

‎packages/vue-renderer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"vue-meta": "^2.4.0",
2121
"vue-server-renderer": "^2.7.14"
2222
},
23-
"publishConfig": {
24-
"access": "public"
25-
},
2623
"engines": {
2724
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
25+
},
26+
"publishConfig": {
27+
"access": "public"
2828
}
2929
}

‎packages/webpack/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"webpack-node-externals": "^3.0.0",
5757
"webpackbar": "^5.0.2"
5858
},
59-
"publishConfig": {
60-
"access": "public"
61-
},
6259
"engines": {
6360
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
61+
},
62+
"publishConfig": {
63+
"access": "public"
6464
}
6565
}

0 commit comments

Comments
 (0)
Please sign in to comment.