From 3e0b7bde9c438733a9221784fe117102ec3e0f13 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Tue, 23 May 2017 10:59:33 +1200 Subject: [PATCH] DOCS Add link to silverstripe npm account --- docs/en/05_Contributing/12_JavaScript_Coding_Conventions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/en/05_Contributing/12_JavaScript_Coding_Conventions.md b/docs/en/05_Contributing/12_JavaScript_Coding_Conventions.md index 48980f614..fc1713130 100644 --- a/docs/en/05_Contributing/12_JavaScript_Coding_Conventions.md +++ b/docs/en/05_Contributing/12_JavaScript_Coding_Conventions.md @@ -10,6 +10,11 @@ In 2016, SilverStripe started a rewrite of its CMS interface in [ReactJS](http://facebook.github.io/react/). Code written prior to this rewrite might not follow these conventions, and is placed in a `legacy/` folder structure. +## NPM Packages + +SilverStripe authored npm dependencies are posted under the +[silverstripe npm](https://www.npmjs.com/org/silverstripe) organisation. + ## Browser support Check our [requirements](/getting_started/server_requirements) documentation.