This repository was archived by the owner on Sep 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ To use `grind-html` you’ll need to add it to your Grind providers:
16
16
17
17
``` js
18
18
import Grind from ' grind-framework'
19
- import {HtmlProvider } from ' grind-html'
19
+ import { HtmlProvider } from ' grind-html'
20
20
21
- const app = new Grind ()
21
+ const app = new Grind
22
22
app .providers .push (HtmlProvider)
23
23
```
24
24
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 ) :
26
26
27
27
``` twig
28
28
{{ html.linkRoute('route.name', 'Some Title', { param: 'a' }) }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grind-html" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.6.0 " ,
4
4
"description" : " HTML/Form builders for Grind" ,
5
5
"author" : " Shaun Harrison (@shnhrrsn)" ,
6
6
"license" : " MIT" ,
29
29
"eslint-plugin-import-auto-name" : " ^1.0.3"
30
30
},
31
31
"peerDependencies" : {
32
- "grind-framework" : " ^0.5 .0"
32
+ "grind-framework" : " ^0.6 .0"
33
33
},
34
34
"engines" : {
35
35
"node" : " >=6.9"
You can’t perform that action at this time.
0 commit comments