Skip to content

Commit

Permalink
Merge pull request markedjs#1543 from UziTech/update-htmldiffer-async…
Browse files Browse the repository at this point in the history
…-matcher

Update htmldiffer async matcher
  • Loading branch information
styfle committed Sep 23, 2019
2 parents 24ac1ae + 7fb3a1c commit 6aefcfd
Show file tree
Hide file tree
Showing 7 changed files with 136 additions and 128 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -12,8 +12,7 @@ jobs:

- stage: spec tests 👩🏽‍💻
script: npm run test:specs
node_js: v4
- node_js: lts/*
node_js: lts/*
- node_js: node

- stage: lint ✨
Expand Down
185 changes: 96 additions & 89 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -29,20 +29,20 @@
"html"
],
"devDependencies": {
"@markedjs/html-differ": "^2.0.1",
"@markedjs/html-differ": "^3.0.0",
"cheerio": "^1.0.0-rc.3",
"commonmark": "0.x",
"eslint": "^6.3.0",
"commonmark": "0.29.x",
"eslint": "^6.4.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vuln-regex-detector": "^1.0.4",
"front-matter": "^3.0.2",
"jasmine": "^3.4.0",
"markdown": "0.x",
"markdown-it": "9.x",
"jasmine": "^3.5.0",
"markdown": "0.5.x",
"markdown-it": "10.x",
"node-fetch": "^2.6.0",
"uglify-js": "^3.6.0"
},
Expand Down
3 changes: 3 additions & 0 deletions test/.eslintrc.json
Expand Up @@ -3,6 +3,9 @@
"plugins": [
"standard"
],
"globals": {
"expectAsync": "readonly"
},
"rules": {
"semi": ["error", "always"],
"indent": ["error", 2, {
Expand Down

0 comments on commit 6aefcfd

Please sign in to comment.