Skip to content

Commit 2000214

Browse files
committed
v3.1.0.
1 parent 9081cdc commit 2000214

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![dependencies Status](https://img.shields.io/david/errorception/staticify.svg)](https://david-dm.org/errorception/staticify)
77
[![devDependencies Status](https://img.shields.io/david/dev/errorception/staticify.svg)](https://david-dm.org/errorception/staticify?type=dev)
88

9-
A better static asset handler for Node.js / express.js.
9+
A better static asset handler for Node.js/Express.js.
1010

1111
Provides helpers to add a version identifier to your static asset's public URLs, and to remove the hash before serving the file from the file system.
1212

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "staticify",
3-
"version": "3.0.0",
4-
"description": "A better static asset handler for Node.js / express.js",
3+
"version": "3.1.0",
4+
"description": "A better static asset handler for Node.js/Express.js",
55
"main": "index.js",
66
"author": "Rakesh Pai <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)