Skip to content

Commit 96ca87f

Browse files
committed
feat(package): Communicate official node support
Adding shield with Node 6+ support. Changing nvmrc to what maintainers currently run
1 parent 0c634e2 commit 96ca87f

File tree

4 files changed

+803
-6
lines changed

4 files changed

+803
-6
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<!-- before posting an issue, try chatting on https://gitter.im/pattern-lab/node -->
2-
<!-- before posting an issue, verify you are running at least Node 4 or 5 -->
32

4-
I am using Pattern Lab Node `vX.X.X` on `Windows | Mac | Linux`, with Node `vX.X.X`, using the `Gulp | Grunt ` Edition.
3+
<!-- before posting an issue, verify you are running at least Node 6 -->
54

6-
##### Expected Behavior
5+
I am using Pattern Lab Node `vX.X.X` on `Windows | Mac | Linux`, with Node `vX.X.X`, using the `Gulp | Grunt` Edition.
76

7+
##### Expected Behavior
88

99
##### Actual Behavior
1010

11-
1211
##### Steps to Reproduce

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.11.3
1+
8.9.4

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
![Pattern Lab Logo](/patternlab.png 'Pattern Lab Logo')
22

33
[![Build Status](https://travis-ci.org/pattern-lab/patternlab-node.svg?branch=master)](https://travis-ci.org/pattern-lab/patternlab-node) ![current release](https://img.shields.io/npm/v/@pattern-lab/patternlab-node.svg) ![license](https://img.shields.io/github/license/pattern-lab/patternlab-node.svg) [![Coverage Status](https://coveralls.io/repos/github/pattern-lab/patternlab-node/badge.svg?branch=master)](https://coveralls.io/github/pattern-lab/patternlab-node?branch=master) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
4+
[![node (scoped)](https://img.shields.io/node/v/@pattern-lab/patternlab-node.svg)]()
45
[![Join the chat at Gitter](https://badges.gitter.im/pattern-lab/node.svg)](https://gitter.im/pattern-lab/node)
56

67
# Pattern Lab Node Core

0 commit comments

Comments
 (0)