Skip to content

Commit 532f83b

Browse files
committed
chore: npm配置修改
1 parent bd90021 commit 532f83b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@twp0217/react-inline-edit",
3-
"version": "1.0.0",
3+
"version": "1.0.5",
44
"description": "Inline edit component for React",
55
"scripts": {
66
"start": "dumi dev",
77
"docs:build": "dumi build",
88
"docs:deploy": "gh-pages -d docs-dist",
99
"build": "father-build",
1010
"deploy": "npm run docs:build && npm run docs:deploy",
11-
"release": "npm run build && npm publish --access public",
1211
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
1312
"test": "umi-test",
1413
"test:coverage": "umi-test --coverage",
1514
"prepublishOnly": "npm run build",
15+
"publish": "npm publish --access public",
1616
"commit": "git-cz",
1717
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
1818
},
@@ -32,6 +32,10 @@
3232
"url": "https://github.com/twp0217/react-inline-edit/issues"
3333
},
3434
"homepage": "https://github.com/twp0217/react-inline-edit#readme",
35+
"files": [
36+
"lib",
37+
"es"
38+
],
3539
"main": "lib/index.js",
3640
"module": "es/index.js",
3741
"typings": "es/index.d.ts",

0 commit comments

Comments
 (0)