Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 91d5f43

Browse files
committed
0.10.5
1 parent d42725e commit 91d5f43

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "express-react-views",
3-
"version": "0.10.4",
4-
"description":
5-
"This is an Express view engine which renders React components on server. It renders static markup and *does not* support mounting those views on the client.",
6-
"keywords": ["express", "view engine", "react"],
3+
"version": "0.10.5",
4+
"description": "This is an Express view engine which renders React components on server. It renders static markup and *does not* support mounting those views on the client.",
5+
"keywords": [
6+
"express",
7+
"view engine",
8+
"react"
9+
],
710
"main": "index.js",
811
"scripts": {
912
"lint": "eslint --ext=js,jsx .",
10-
"format":
11-
"prettier --write *.js package.json .eslintrc.js 'examples/**/*.{js,jsx,json}' 'test/*.{js,jsx,json}'",
13+
"format": "prettier --write *.js package.json .eslintrc.js 'examples/**/*.{js,jsx,json}' 'test/*.{js,jsx,json}'",
1214
"test": "node test",
1315
"test-on-travis": "yarn run test && yarn run lint"
1416
},

0 commit comments

Comments
 (0)