mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
package.json: set publishConfig.tag
This commit is contained in:
parent
72b910a117
commit
629051db2c
|
@ -5,6 +5,9 @@
|
|||
"main": "./dist/server/next.js",
|
||||
"license": "MIT",
|
||||
"repository": "zeit/next.js",
|
||||
"publishConfig": {
|
||||
"tag": "beta"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"babel.js",
|
||||
|
|
Loading…
Reference in a new issue