From 54ec316269019272b64dc7a2958cd53fe3bfe3c4 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 10 Feb 2018 22:42:55 +0100 Subject: [PATCH] Added link to used dependencies Link to dateFormat is important to know how to use the dateFormat option --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d8a2a3a..280cac3 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ It's easy to set it up, all you need is: * use WebpackAutoInject in webpack plugins * pass config as a parameter, or leave it blank as all options are "on" by default. +### More info +* Date format masks [dateFormat](https://github.com/felixge/node-dateformat#mask-options) ++ Version management [semver](https://github.com/npm/node-semver) + ### Simple config example ( in webpack.conf.js ) ```js var WebpackAutoInject = require('webpack-auto-inject-version');