Commit 9cbc3724 authored by Ben Galloway's avatar Ben Galloway

Add Yarn caveat to README

parent a365dae4
......@@ -10,7 +10,7 @@ Bootstrap is installed as a Node module. The `gsc.scss` file is the build source
Build scripts in `package.json` are adapted from Bootstrap's `package.json`, and use the same `devDependencies`. The `postcss.config.js` file is also duplicated from the Bootstrap source.
The `files` field in `package.json` is used to ensure that only the built code is shipped when this package is installed as a Node module.
The `files` field in `package.json` is used to ensure that only the built code is shipped when this package is installed as a Node module. As of April 2018, this functionality is not present in Yarn, only in NPM - see https://github.com/yarnpkg/yarn/issues/2090.
## Installation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment