Commit 319e2d4
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.1 parent cf1cca4 commit 319e2d4
2 files changed
+4
-1
lines changedSubmodule node_modules updated 15 files
- .package-lock.json+11-4
- .package.json+3
- stylelint-scss/README.md+2-1
- stylelint-scss/node_modules/known-css-properties/.nvmrc+1
- stylelint-scss/node_modules/known-css-properties/LICENSE+21
- stylelint-scss/node_modules/known-css-properties/README.md+48
- stylelint-scss/node_modules/known-css-properties/data/all.json+1.3k
- stylelint-scss/node_modules/known-css-properties/index.d.ts+3
- stylelint-scss/node_modules/known-css-properties/index.js+1
- stylelint-scss/node_modules/known-css-properties/package.json+55
- stylelint-scss/package.json+6-6
- stylelint-scss/src/rules/at-import-partial-extension/index.js+12-1
- stylelint-scss/src/rules/index.js+1
- stylelint-scss/src/rules/load-partial-extension/index.js+138
- stylelint-scss/src/rules/partial-no-import/index.js+11-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments