express-compiless
Advanced tools
Comparing version 4.2.0 to 5.0.0
{ | ||
"name": "express-compiless", | ||
"version": "4.2.0", | ||
"version": "5.0.0", | ||
"description": "Express middleware that compiles less files to css on the way out.", | ||
"main": "lib/compiless.js", | ||
"scripts": { | ||
"lint": "eslint . && prettier --check '**/*.{js,md}'", | ||
"lint": "eslint . && prettier --check '**/*.{js,json,md}'", | ||
"test": "mocha", | ||
"test:ci": "npm run coverage", | ||
"coverage": "nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html" | ||
"coverage": "nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html", | ||
"preversion": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md" | ||
}, | ||
@@ -36,3 +37,3 @@ "repository": { | ||
"eslint-config-prettier": "^6.0.0", | ||
"eslint-config-standard": "^14.0.0", | ||
"eslint-config-standard": "^16.0.0", | ||
"eslint-plugin-import": "^2.17.3", | ||
@@ -46,5 +47,6 @@ "eslint-plugin-mocha": "^8.0.0", | ||
"nyc": "^15.0.0", | ||
"prettier": "~2.1.0", | ||
"unexpected": "^11.0.0", | ||
"unexpected-express": "^12.0.0" | ||
"offline-github-changelog": "^2.0.0", | ||
"prettier": "~2.2.0", | ||
"unexpected": "^12.0.0", | ||
"unexpected-express": "^13.0.1" | ||
}, | ||
@@ -51,0 +53,0 @@ "nyc": { |
@@ -47,4 +47,8 @@ # express-compiless | ||
## Releases | ||
[Changelog](https://github.com/papandreou/express-compiless/blob/master/CHANGELOG.md) | ||
## License | ||
3-clause BSD license -- see the `LICENSE` file for details. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51843
24
54
16