Skip to content

Commit 4c45483

Browse files
committed
chore: update version to alpha and switch to rc-np for publishing
1 parent 0166330 commit 4c45483

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rc-component/virtual-list",
3-
"version": "1.0.0",
3+
"version": "1.0.0-alpha.0",
44
"description": "React Virtual List Component",
55
"engines": {
66
"node": ">=8.x"
@@ -31,7 +31,7 @@
3131
"start": "dumi dev",
3232
"build": "dumi build",
3333
"compile": "father build",
34-
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
34+
"prepublishOnly": "npm run compile && rc-np --no-cleanup --yolo --no-publish",
3535
"lint": "eslint src/ --ext .tsx,.ts",
3636
"test": "rc-test",
3737
"now-build": "npm run build"
@@ -42,6 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@rc-component/father-plugin": "^1.0.2",
45+
"@rc-component/np": "^1.0.4",
4546
"@testing-library/jest-dom": "^5.17.0",
4647
"@testing-library/react": "^12.1.5",
4748
"@types/enzyme": "^3.10.5",
@@ -58,7 +59,6 @@
5859
"eslint-plugin-unicorn": "^55.0.0",
5960
"father": "^4.4.0",
6061
"glob": "^7.1.6",
61-
"np": "^10.2.0",
6262
"rc-animate": "^2.9.1",
6363
"rc-test": "^7.0.15",
6464
"react": "16.14.0",

0 commit comments

Comments
 (0)