Skip to content

Commit

Permalink
Cleanup and update dependencies (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomap authored Jun 9, 2019
1 parent 0f8228c commit 4dac23e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cache:
node_js:
- "6"
- "8"
- "10"
- "node"

script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Front-matter parser.

## What is Front-matter?

Front-matter allows you to specify data at the top of a file. Here're two formats:
Front-matter allows you to specify data at the top of a file. Here are two formats:

**YAML front-matter**

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
"license": "MIT",
"dependencies": {
"js-yaml": "^3.12.0"
"js-yaml": "^3.13.1"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.7.0",
"eslint": "^5.16.0",
"eslint-config-hexo": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^6.0.2",
"moment": "^2.22.2"
"mocha": "^6.1.4",
"moment": "^2.24.0"
},
"engines": {
"node": ">=6.9.0"
Expand Down

0 comments on commit 4dac23e

Please sign in to comment.