Remove .npmignore

This commit is contained in:
Mimi 2021-01-11 11:39:19 +08:00
parent 3359ee33f5
commit 034c37a24f
2 changed files with 9 additions and 8 deletions

View File

@ -1,8 +0,0 @@
.github/
test/
.editorconfig
.eslintrc.json
.gitattributes
.stylintrc
crowdin.yml
renovate.json

View File

@ -3,6 +3,15 @@
"version": "8.2.0",
"description": "Elegant and powerful theme for Hexo.",
"main": "package.json",
"files": [
"docs",
"languages",
"layout",
"scripts",
"source",
"_config.yml",
"_vendors.yml"
],
"scripts": {
"eslint": "eslint scripts/ source/js test/",
"stylint": "stylint source/css/",