mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Switch from npmignore to files option
This commit is contained in:
parent
2b0b306a77
commit
91d5cedfc2
@ -1,5 +0,0 @@
|
||||
/__tests__/
|
||||
/jest/
|
||||
/src/
|
||||
index.html
|
||||
yarn-error.log
|
||||
@ -25,6 +25,14 @@
|
||||
"style": "eslint .",
|
||||
"test": "jest && eslint ."
|
||||
},
|
||||
"files": [
|
||||
"dist/*.css",
|
||||
"lib/*",
|
||||
"scripts/*.js",
|
||||
"stubs/*.stub.js",
|
||||
"*.css",
|
||||
"*.js"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.0.0",
|
||||
"@babel/core": "^7.0.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user