Skip to content

Fix two documentation bugs #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ It's strongly recommended that this package be imported with the prefix `pkg`.

### Configuration

This package is highly configurable, using properties defined [at the top level
of the library][]. By default, it infers as much configuration as possible from
the package's pubspec, but almost all properties can be overridden in the
`main()` method:
This package is highly configurable, using properties defined
[at the top level of the library][]. By default, it infers as much configuration
as possible from the package's pubspec, but almost all properties can be
overridden in the `main()` method:

[at the top level of the library]: https://pub.dev/documentation/sass/latest/sass/sass-library.html#properties

Expand Down
1 change: 1 addition & 0 deletions doc/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ These tasks compile the package to JavaScript, build [npm][] packages, and
upload them to the npm registry. They're enabled by calling
[`pkg.addNpmTasks()`][].

[npm]: https://www.npmjs.com
[`pkg.addNpmTasks()`]: https://pub.dev/documentation/cli_pkg/latest/cli_pkg/addNpmTasks.html

Note that all JS compilation requires that a `package.json` file exist at the
Expand Down