chore: refine package.json

This commit is contained in:
zyc9012 2022-03-31 10:00:52 +08:00
parent 7713e6eec5
commit cde439db0b
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,8 @@
"build-storybook": "build-storybook",
"tsc": "tsc --noEmit",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx ./packages",
"postinstall": "patch-package"
"postinstall": "patch-package",
"publish": "lerna publish --registry 'https://registry.npmjs.org'"
},
"devDependencies": {
"@babel/core": "^7.17.5",

View File

@ -1,6 +1,6 @@
{
"name": "@fortune-sheet/formula-parser",
"version": "0.1.0",
"version": "0.1.1",
"description": "Formula parser",
"main": "./src/index.js",
"jsdelivr": "dist/formula-parser.min.js",