[inula]<feat> 打包新增 README
This commit is contained in:
parent
43659e3d2d
commit
c5700147a8
|
@ -23,6 +23,6 @@
|
||||||
"test": "jest --config=jest.config.js",
|
"test": "jest --config=jest.config.js",
|
||||||
"watch-test": "yarn test --watch --dev"
|
"watch-test": "yarn test --watch --dev"
|
||||||
},
|
},
|
||||||
"files": ["build/@types", "build/cjs", "build/umd", "build/index.js", "build/jsx-dev-runtime.js", "build/jsx-runtime.js"],
|
"files": ["build/@types", "build/cjs", "build/umd", "build/index.js", "build/jsx-dev-runtime.js", "build/jsx-runtime.js", "README.md"],
|
||||||
"types": "./build/@types/index.d.ts"
|
"types": "./build/@types/index.d.ts"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue