1
0
Fork 0
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:
nkzawa 2016-12-31 23:01:20 +09:00
parent 72b910a117
commit 629051db2c

View file

@ -5,6 +5,9 @@
"main": "./dist/server/next.js",
"license": "MIT",
"repository": "zeit/next.js",
"publishConfig": {
"tag": "beta"
},
"files": [
"dist",
"babel.js",