-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c123fef
commit 032232c
Showing
15 changed files
with
78 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Common | ||
node_modules | ||
dist | ||
.nuxt | ||
coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ node_modules | |
*.iml | ||
.idea | ||
*.log* | ||
.nuxt* | ||
.nuxt | ||
.vscode | ||
.DS_STORE | ||
.DS_Store | ||
coverage | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,58 +2,36 @@ | |
"name": "nuxt-purgecss", | ||
"version": "1.0.0", | ||
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js", | ||
"keywords": [ | ||
"nuxtjs", | ||
"nuxt", | ||
"nuxt-module", | ||
"purgecss", | ||
"css" | ||
], | ||
"repository": "Developmint/nuxt-purgecss", | ||
"license": "MIT", | ||
"contributors": [ | ||
{ | ||
"name": "Alexander Lichter <[email protected]>" | ||
} | ||
], | ||
"main": "lib/module.js", | ||
"repository": { | ||
"mode": "git", | ||
"url": "git+https://github.com/Developmint/nuxt-purgecss" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Developmint/nuxt-purgecss/issues" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"dev": "nuxt --config-file test/fixture/configs/postcss/default.js", | ||
"lint": "eslint --ext .js,.vue .", | ||
"release": "yarn test && standard-version && git push --follow-tags && npm publish", | ||
"test": "yarn lint && jest" | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"keywords": [ | ||
"nuxtjs", | ||
"nuxt", | ||
"nuxt-module", | ||
"purgecss", | ||
"css" | ||
], | ||
"engines": { | ||
"node": ">=10.0.0", | ||
"npm": ">=5.0.0" | ||
}, | ||
"jest": { | ||
"testEnvironment": "node", | ||
"collectCoverage": true, | ||
"coveragePathIgnorePatterns": [ | ||
"/node_modules/", | ||
"/test/fixture" | ||
], | ||
"forceExit": true | ||
}, | ||
"dependencies": { | ||
"@fullhuman/postcss-purgecss": "^2.0.5", | ||
"consola": "^1.4.5", | ||
"glob-all": "^3.1.0", | ||
"purgecss": "^2.0.5", | ||
"purgecss-webpack-plugin": "^2.0.5" | ||
"@fullhuman/postcss-purgecss": "^2.1.2", | ||
"consola": "^2.11.3", | ||
"glob-all": "^3.2.1", | ||
"purgecss": "^2.1.2", | ||
"purgecss-webpack-plugin": "^2.1.2" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "latest", | ||
|
@@ -63,14 +41,10 @@ | |
"eslint": "latest", | ||
"husky": "latest", | ||
"jest": "latest", | ||
"jsdom": "latest", | ||
"nuxt-edge": "latest", | ||
"standard-version": "latest" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "yarn run lint", | ||
"commit-msg": "yarn run commitlint" | ||
} | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.