chore: use npm files instead of npmignore
ref: https://docs.npmjs.com/configuring-npm/package-json#files
This commit is contained in:
parent
b915ec9537
commit
1538790009
2 changed files with 3 additions and 21 deletions
21
.npmignore
21
.npmignore
|
@ -1,21 +0,0 @@
|
|||
# Editor generate files
|
||||
.idea/
|
||||
.settings/
|
||||
|
||||
# Dev dependencies and cache files
|
||||
demo/
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
|
||||
# Folder view configuration files
|
||||
.DS_Store
|
||||
Desktop.ini
|
||||
|
||||
# Thumbnail cache files
|
||||
*~
|
||||
._*
|
||||
Thumbs.db
|
||||
|
||||
# Files that might appear on external disks
|
||||
.Spotlight-V100
|
||||
.Trashes
|
|
@ -3,6 +3,9 @@
|
|||
"version": "0.3.5",
|
||||
"description": "赫蹏是专为中文内容展示设计的排版样式增强。它基于通行的中文排版规范而来,可以为网站的读者带来更好的文章阅读体验。",
|
||||
"main": "lib/heti.scss",
|
||||
"files": [
|
||||
"dist/"
|
||||
],
|
||||
"directories": {
|
||||
"lib": "lib"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue