Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLiu0235 committed Feb 12, 2018
1 parent 2c5ac67 commit d95e8d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ A simple HTML template engine, currently a parser. Basically implements ejs synt

## Examples

You can simply run the [examples here](https://github.com/stop2stare/leopard/tree/master/examples).
You can simply run the [examples here](https://github.com/stop2stare/leopard/tree/master/examples) with

``` shell
$ npm run serve:examples
```

``` js
var Leopard = require('leopard-template')
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "leopard-template",
"version": "1.0.0",
"version": "1.1.0",
"description": "a simple HTML template engine",
"main": "./dist/leopard.js",
"main": "./dist/leopard.server.min.js",
"scripts": {
"build": "rollup -c",
"test": "./node_modules/.bin/mocha --recursive",
Expand Down

0 comments on commit d95e8d1

Please sign in to comment.