ci: update publishConfig and repository url

This commit is contained in:
xiaowei 2020-12-30 16:36:23 +08:00
parent acf0210fbf
commit 76f1efb690

View File

@ -1,7 +1,7 @@
{ {
"name": "dt-sql-parser", "name": "dt-sql-parser",
"version": "4.0.0-beta", "version": "4.0.0-beta",
"description": "There are some sql parsers in javascript and generated by antlr4", "description": "There are some sql parsers built with antlr4, and it's mainly for the **BigData** domain.",
"keywords": [ "keywords": [
"sql", "sql",
"parser", "parser",
@ -33,6 +33,10 @@
"typescript": "^3.6.3" "typescript": "^3.6.3"
}, },
"git repository": "https://github.com/DTStack/dt-sql-parser", "git repository": "https://github.com/DTStack/dt-sql-parser",
"repository": "https://github.com/DTStack/dt-sql-parser",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": { "dependencies": {
"@types/antlr4": "4.7.0", "@types/antlr4": "4.7.0",
"antlr4": "4.7.2" "antlr4": "4.7.2"