Skip to content

Commit

Permalink
Merge 969bac6 into 5a30085
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuczm committed Sep 13, 2014
2 parents 5a30085 + 969bac6 commit 7a6f2ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "metalsmith-mtime",
"version": "0.0.2",
"description": "A Metalsmith plugin that adds files last modification times to their Metalsmith metadata.",
"version": "0.0.3",
"description": "DEPRECATED A Metalsmith plugin that adds files last modification times to their Metalsmith metadata.",
"keywords": ["metalsmith","plugin","mtime","last","modified"],
"main": "lib/index.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"bugs": "https://github.com/jkuczm/metalsmith-mtime/issues",
"dependencies": {
"async": "^0.9.0",
"debug": "^1.0.3"
"debug": ">=1.0.3 <3.0.0"
},
"devDependencies": {
"mocha": "^1.20.1",
Expand Down

0 comments on commit 7a6f2ec

Please sign in to comment.