fix: remove npmignore and fix files syntax

This commit is contained in:
redonkulus 2021-01-20 10:54:59 -08:00
parent aca77cad8d
commit f6dc888942
2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
.*
artifacts/
CONTRIBUTING.md
Gruntfile.js
node_modules/
release/
src/
tasks/

View File

@ -13,7 +13,7 @@
"site:start": "cd site && npm run start", "site:start": "cd site && npm run start",
"test": "grunt test && tap test/*.js" "test": "grunt test && tap test/*.js"
}, },
"files": "build/", "files": ["build/"],
"devDependencies": { "devDependencies": {
"autoprefixer": "^9.8.6", "autoprefixer": "^9.8.6",
"eslint": "^7.18.0", "eslint": "^7.18.0",