Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Commit 3247659

Browse files
committed
0.6.0
1 parent a3219b0 commit 3247659

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ To use `grind-html` you’ll need to add it to your Grind providers:
1616

1717
```js
1818
import Grind from 'grind-framework'
19-
import {HtmlProvider} from 'grind-html'
19+
import { HtmlProvider } from 'grind-html'
2020

21-
const app = new Grind()
21+
const app = new Grind
2222
app.providers.push(HtmlProvider)
2323
```
2424

25-
`grind-html` is meant to be used with [`grind-view`](https://github.com/grindjs/view):
25+
`grind-html` is intended to be used with [`grind-view`](https://github.com/grindjs/view):
2626

2727
```twig
2828
{{ html.linkRoute('route.name', 'Some Title', { param: 'a' }) }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grind-html",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "HTML/Form builders for Grind",
55
"author": "Shaun Harrison (@shnhrrsn)",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"eslint-plugin-import-auto-name": "^1.0.3"
3030
},
3131
"peerDependencies": {
32-
"grind-framework": "^0.5.0"
32+
"grind-framework": "^0.6.0"
3333
},
3434
"engines": {
3535
"node": ">=6.9"

0 commit comments

Comments
 (0)