ljs-template
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ljs-template", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Lighter Javascript Templates", | ||
@@ -5,0 +5,0 @@ "main": "lib/ljs.js", |
@@ -9,3 +9,3 @@ Lighter Javascript Templates | ||
### Install | ||
``` | ||
```bash | ||
npm install ljs-template --save | ||
@@ -15,3 +15,3 @@ ``` | ||
### Render | ||
``` | ||
```javascript | ||
var ljs = require('ljs-template'); | ||
@@ -32,3 +32,3 @@ | ||
### Template : | ||
``` | ||
```html | ||
var template = ` | ||
@@ -58,3 +58,3 @@ | ||
### Data : | ||
``` | ||
```javascript | ||
var data = | ||
@@ -78,3 +78,3 @@ { | ||
### Render : | ||
``` | ||
```javascript | ||
var ljs = require('ljs-template'); | ||
@@ -88,3 +88,3 @@ | ||
### It displays: | ||
``` | ||
```html | ||
<h1>Books:</h1> | ||
@@ -91,0 +91,0 @@ <h2>Cravings: Recipes for All the Food You Want to Eat</h2> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32474