Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: htmlhint/HTMLHint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.1
Choose a base ref
...
head repository: htmlhint/HTMLHint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 16, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    24c2914 View commit details
  2. Release 0.12.2

    thedaviddias committed May 16, 2020

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    60867c3 View commit details
Showing with 4 additions and 4 deletions.
  1. +1 −1 package-lock.json
  2. +3 −3 package.json
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "htmlhint",
"version": "0.12.1",
"version": "0.12.2",
"description": "The Static Code Analysis Tool for your HTML",
"repository": {
"type": "git",
@@ -26,8 +26,8 @@
"prettier": "prettier --write ./**/*.{js,json,md} --ignore-path ./.prettierignore",
"test": "mocha --recursive \"./test/**/*.spec.js\"",
"build": "npm run build:min && npm run build:unmin",
"build:min": "rollup -c --environment NODE_ENV:production",
"build:unmin": "rollup -c --environment NODE_ENV:production --file dist/htmlhint.min.js"
"build:min": "rollup -c --environment NODE_ENV:production --file dist/htmlhint.min.js",
"build:unmin": "rollup -c"
},
"husky": {
"hooks": {