Skip to content

Commit d44dc07

Browse files
committed
Re-organise files and remove unnecessary files in the dist
1 parent aae941c commit d44dc07

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.vscode
22
public
33
examples
4+
build
45
.editorconfig
56
babel.config.js
67
.eslintrc.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"email": "chenfrey920417@outlook.com",
99
"url": "https://github.com/FallingCeilingS"
1010
},
11-
"types": "vue-virtualised.d.ts",
11+
"types": "src/types/vue-virtualised.d.ts",
1212
"scripts": {
1313
"serve": "vue-cli-service serve",
1414
"build": "npm run build:umd && npm run build:es && npm run build:browser",

0 commit comments

Comments
 (0)