Comparing version 0.14.0 to 0.15.0
@@ -157,2 +157,4 @@ const pkg = require('../package.json') | ||
tree = [].concat(tree) | ||
// sync mode | ||
@@ -159,0 +161,0 @@ if (options.sync === true) { |
{ | ||
"name": "posthtml", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "HTML/XML processor", | ||
@@ -30,17 +30,20 @@ "keywords": [ | ||
"devDependencies": { | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-angular": "^11.0.0", | ||
"c8": "^7.3.5", | ||
"chai": "^4.0.0", | ||
"chai-as-promised": "^7.1.1", | ||
"chai-subset": "^1.6.0", | ||
"conventional-changelog-cli": "^2.1.1", | ||
"husky": "^4.3.0", | ||
"jsdoc-to-markdown": "^6.0.1", | ||
"lint-staged": "^10.5.1", | ||
"mocha": "^8.1.1", | ||
"nyc": "^15.0.1", | ||
"standard": "^16.0.2", | ||
"standard-version": "^9.0.0" | ||
"standard": "^16.0.2" | ||
}, | ||
"scripts": { | ||
"lint": "standard --env mocha", | ||
"test": "npm run lint && nyc mocha", | ||
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md", | ||
"test": "c8 mocha", | ||
"docs:api": "jsdoc2md lib/api.js > docs/api.md", | ||
"docs:core": "jsdoc2md lib/index.js > docs/core.md", | ||
"release": "standard-version" | ||
"docs:core": "jsdoc2md lib/index.js > docs/core.md" | ||
}, | ||
@@ -61,7 +64,3 @@ "author": "Ivan Voischev <voischev.ivan@ya.ru>", | ||
"bugs": "https://github.com/posthtml/posthtml/issues", | ||
"license": "MIT", | ||
"collective": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/posthtml" | ||
} | ||
"license": "MIT" | ||
} |
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
94678
511
887
12