Skip to content

Commit

Permalink
v2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 22, 2017
1 parent 3eacad3 commit 768913b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![dependencies Status](https://img.shields.io/david/errorception/staticify.svg)](https://david-dm.org/errorception/staticify)
[![devDependencies Status](https://img.shields.io/david/dev/errorception/staticify.svg)](https://david-dm.org/errorception/staticify?type=dev)

A better static asset handler for node.js / express.js
A better static asset handler for Node.js / express.js.

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.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "staticify",
"version": "1.0.0",
"description": "A better static asset handler for node.js",
"version": "2.0.0",
"description": "A better static asset handler for Node.js / express.js",
"main": "index.js",
"author": "Rakesh Pai <rakeshpai@errorception.com>",
"license": "MIT",
Expand Down

0 comments on commit 768913b

Please sign in to comment.