Skip to content

Commit

Permalink
Merge pull request #8 from RobLoach/fix-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
lambtron committed Nov 5, 2015
2 parents 5becc45 + 462cdcd commit c258aaa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
0.0.x - Unreleased
------------------------
* Updated dependencies

0.0.1 - March 5, 2013
------------------------
:sparkles:
:sparkles:
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"js-yaml": "^3.0.2"
"js-yaml": "^3.2.7"
},
"devDependencies": {
"mocha": "1.x",
"metalsmith": "^0.2.0"
"mocha": "^2.1.0",
"metalsmith": "^1.3.0"
},
"scripts": {
"test": "mocha"
}
}

0 comments on commit c258aaa

Please sign in to comment.