This commit is contained in:
Andy Jiang 2016-11-02 12:10:29 -07:00
parent 393f31a93a
commit d30f750ed8

View file

@ -2,7 +2,7 @@
"name": "metalsmith-collections",
"description": "A Metalsmith plugin that adds collections of files to the global metadata.",
"repository": "git://github.com/segmentio/metalsmith-collections.git",
"version": "0.8.0",
"version": "0.9.0",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
@ -20,4 +20,4 @@
"pretest": "npm install --silent --progress=false",
"test": "mocha --reporter spec"
}
}
}