Skip to content

Commit 70053d2

Browse files
committed
Prepare for publishing
1 parent 3821062 commit 70053d2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
//npm.pkg.github.com/:_authToken=be549316-bf9f-4cce-81c8-46e54eafe1a3
2+
@FallingCeilingS:registry=https://npm.pkg.github.com

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-virtualised",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Vue components developed by Vue.js 3.0 for efficiently rendering large scrollable lists and hierarchical data. vue-virtualised is able to render and update 1 million nodes within a few seconds in front-end.",
55
"keywords": [
66
"vue",
@@ -31,7 +31,7 @@
3131
"url": "https://github.com/FallingCeilingS/vue-virtualised/issues"
3232
},
3333
"homepage": "https://github.com/FallingCeilingS/vue-virtualised#readme",
34-
"private": true,
34+
"private": false,
3535
"main": "dist/vue-virtualised.umd.js",
3636
"module": "dist/vue-virtualised.esm.js",
3737
"unpkg": "dist/vue-virtualised.min.js",

0 commit comments

Comments
 (0)