-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package.json: add missing dependencies
We make direct use of both 'glob' and 'lodash' from our build system, but we don't declare a dependency on them. We haven't noticed this problem because we've been getting them "for free" from other packages that depend on them. Make the dependency explicit. With this change, it's now possible to run deno run --allow-all build.js Changed by Martin Pitt: Also explicitly pin down the stylelint-config-recommended-scss version. Newer versions don't work together with our current stylelint version.
- Loading branch information
1 parent
cf1cca4
commit 319e2d4
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
Submodule node_modules
updated
15 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters