Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit e7b4c92

Browse files
committed
bump version
1 parent 427be0d commit e7b4c92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ npm install metalsmith-metadata-directory --save-dev
2727

2828
## Plugin Ordering
2929

30-
it is vital to order Metalsmith plugins correctly. As such, please make sure this plugin is included above metalsmith-layouts and metalsmith-in-place.
30+
It is vital to order Metalsmith plugins correctly. As such, please make sure this plugin is included above metalsmith-layouts and metalsmith-in-place.
3131

3232
## CLI Usage
3333

@@ -56,7 +56,7 @@ metalsmith.use(metadata({
5656

5757
## Usage within Metalsmith
5858

59-
Data is called by referencing the filename without an extension. If there was a global.json file and Handlebars, the reference in your page or template would look like:
59+
Data is called by referencing the filename without an extension. If there was a global.json file containing a url property, the reference in your page or template would look like:
6060

6161
```js
6262
{{global.url}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metalsmith-metadata-directory",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "A Metalsmith plugin to add a directory of JSON files for use in templates and pages",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)