Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
fix(package.json): add missing vfile-location dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 9, 2016
1 parent 3dfe232 commit 87afca7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -42,6 +42,7 @@ const mosCore = require('mos-core')
- [trim](https://npmjs.org/package/trim): Trim string whitespace
- [unist-util-remove-position](https://github.com/wooorm/unist-util-remove-position): Remove `position`s from a unist tree
- [vfile](https://github.com/wooorm/vfile): Virtual file format for text processing
- [vfile-location](https://github.com/wooorm/vfile-location): Convert between positions (line and column-based) and offsets (range-based) locations in a virtual file

<!--/@-->

Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -45,7 +45,8 @@
"run-async": "^2.2.0",
"trim": "0.0.1",
"unist-util-remove-position": "^1.0.0",
"vfile": "^1.4.0"
"vfile": "^1.4.0",
"vfile-location": "^2.0.0"
},
"devDependencies": {
"chai": "^3.4.1",
Expand Down

0 comments on commit 87afca7

Please sign in to comment.