edx-ui-toolkit
Advanced tools
Comparing version 1.5.3 to 1.5.4
{ | ||
"name": "edx-ui-toolkit", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "A JavaScript toolkit for building edX user interfaces", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -42,3 +42,3 @@ # edX UI Toolkit | ||
Please refer to our [contributor guidelines](https://github.com/edx/edx-ui-toolkit/blob/master/CONTRIBUTING.md) | ||
Please refer to our [contributor guidelines](https://github.com/edx/edx-ui-toolkit/blob/master/CONTRIBUTING.md) | ||
for important additional information. | ||
@@ -48,3 +48,3 @@ | ||
The UI Toolkit uses [yarn](https://yarnpkg.com) to manage its dependencies. To work with the repo locally, you will need to have yarn installed. Check [the official documentation](https://yarnpkg.com/en/docs/install) for instructions on installing on your system. | ||
The UI Toolkit uses Node 8 to manage its dependencies. To work with the repo locally, you will need to have Node 8 installed. We recommend [using n](https://github.com/tj/n) to manage node versions on your machine. | ||
@@ -54,3 +54,3 @@ 1. Get the code (e.g. clone the repository). | ||
$ yarn | ||
$ npm i | ||
@@ -82,9 +82,9 @@ ## Linting | ||
$ gulp doc | ||
To upload a preview of the documentation to S3: | ||
$ gulp preview | ||
To update the hosted documentation: | ||
$ gulp doc-publish |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12
2771354
171