mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
28b246dca2
Scoped packages are private by default on npm. lerna/lerna#178 (comment)
15 lines
219 B
JSON
15 lines
219 B
JSON
{
|
|
"name": "@nuxt/app",
|
|
"version": "2.2.0",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist",
|
|
"template"
|
|
],
|
|
"main": "dist/app.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|