Skip to content

Commit 0efb3c5

Browse files
authored
chore: update version (#237)
1 parent f5013bf commit 0efb3c5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

packages/layout/package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/layout",
3-
"version": "1.2.14-beta.8",
3+
"version": "1.2.14-beta.9",
44
"description": "graph layout algorithm",
55
"license": "MIT",
66
"repository": {
@@ -62,6 +62,12 @@
6262
"build:esm": "tsc",
6363
"build:umd": "webpack --config webpack.config.js --mode production",
6464
"publish:alpha": "npm publish --tag alpha",
65-
"test": "jest"
65+
"test": "jest",
66+
"prepublishOnly": "npm run build"
67+
},
68+
"publishConfig": {
69+
"access": "public",
70+
"tag": "beta",
71+
"registry": "https://registry.npmjs.org/"
6672
}
6773
}

0 commit comments

Comments
 (0)