mirror of
https://github.com/pure-css/pure.git
synced 2025-01-13 02:04:23 +00:00
fix: remove npmignore and fix files syntax
This commit is contained in:
parent
aca77cad8d
commit
f6dc888942
@ -1,8 +0,0 @@
|
||||
.*
|
||||
artifacts/
|
||||
CONTRIBUTING.md
|
||||
Gruntfile.js
|
||||
node_modules/
|
||||
release/
|
||||
src/
|
||||
tasks/
|
@ -13,7 +13,7 @@
|
||||
"site:start": "cd site && npm run start",
|
||||
"test": "grunt test && tap test/*.js"
|
||||
},
|
||||
"files": "build/",
|
||||
"files": ["build/"],
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^9.8.6",
|
||||
"eslint": "^7.18.0",
|
||||
|
Loading…
Reference in New Issue
Block a user