Skip to content

Commit

Permalink
Update to unified-engine@2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 22, 2016
1 parent 5802291 commit 2d4d7c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 24 deletions.
29 changes: 7 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,18 @@
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
],
"dependencies": {
"convert-vinyl-to-vfile": "^0.1.1",
"convert-vinyl-to-vfile": "^1.0.0",
"gulp-util": "^3.0.7",
"through2": "^2.0.1",
"unified-engine": "^1.5.0",
"unified-engine": "^2.0.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"nyc": "^7.0.0",
"remark": "^5.0.0",
"remark-cli": "^1.0.0",
"remark-comment-config": "^4.0.0",
"remark-github": "^5.0.0",
"nyc": "^8.0.0",
"remark": "^6.0.0",
"remark-cli": "^2.0.0",
"remark-html": "^5.0.0",
"remark-lint": "^4.0.0",
"remark-validate-links": "^4.0.0",
"remark-preset-wooorm": "^1.0.0",
"tape": "^4.6.0",
"xo": "^0.16.0"
},
Expand All @@ -54,18 +51,6 @@
},
"remarkConfig": {
"output": true,
"plugins": {
"comment-config": null,
"github": null,
"lint": {
"heading-increment": false,
"no-duplicate-headings": false,
"list-item-spacing": false
},
"validate-links": null
},
"settings": {
"bullet": "*"
}
"presets": "wooorm"
}
}
3 changes: 2 additions & 1 deletion test/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ module.exports = engine({
rcName: '.remarkrc',
packageField: 'remarkConfig',
ignoreName: '.remarkignore',
pluginPrefix: 'remark'
pluginPrefix: 'remark',
presetPrefix: 'remark-preset'
});
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var input = [

var report = [
'readme.md',
' 4:1 warning Remove 1 line before node no-consecutive-blank-lines',
' 4:1 warning Remove 1 line before node no-consecutive-blank-lines remark-lint',
'',
'⚠ 1 warning',
''
Expand Down

0 comments on commit 2d4d7c0

Please sign in to comment.