mirror of
https://github.com/ruilisi/fortune-sheet.git
synced 2025-01-07 03:16:50 +08:00
chore: refine package.json
This commit is contained in:
parent
7713e6eec5
commit
cde439db0b
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user