Add the README to the npm package.

This commit is contained in:
Natalie Weizenbaum 2017-01-07 14:17:06 -08:00
parent d215742503
commit 2073035b6d

View File

@ -81,6 +81,7 @@ npm_package() {
copy(new File('package/sass.js'), dir);
copy(new File('build/sass.dart.js'), dir);
copy(new File('README.md'), dir);
}
/// Ensure that the `build/` directory exists.