Skip to content

Commit e57b2cc

Browse files
authored
doc: add badge for lowest supported Node version
Following of #571, it can be nice to have a badge that shows the lowest supported version of Node. Under the hood, it uses `engines.node` from [`package.json`](https://github.com/symfony/webpack-encore/blob/master/package.json#L24)
1 parent ba08baf commit e57b2cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/symfony/webpack-encore.svg?branch=master)](https://travis-ci.org/symfony/webpack-encore)
44
[![NPM Version](https://badge.fury.io/js/%40symfony%2Fwebpack-encore.svg)](https://badge.fury.io/js/%40symfony%2Fwebpack-encore)
5+
![Node](https://img.shields.io/node/v/@symfony/webpack-encore.svg)
56

67
Webpack Encore is a simpler way to integrate [Webpack](https://webpack.js.org/) into your
78
application. It *wraps* Webpack, giving you a clean & powerful API

0 commit comments

Comments
 (0)