mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
Fix pubspec and release 1.26.7 (#1016)
Pub was failing due to the `js` dependency being declared as a dev dependency but being referenced in `lib`.
This commit is contained in:
parent
3ad267479d
commit
cf3ac21752
@ -1,3 +1,7 @@
|
||||
## 1.26.7
|
||||
|
||||
* No user-visible changes.
|
||||
|
||||
## 1.26.6
|
||||
|
||||
* Fix a bug where escape sequences were improperly recognized in `@else` rules.
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: sass
|
||||
version: 1.26.6
|
||||
version: 1.26.7
|
||||
description: A Sass implementation in Dart.
|
||||
author: Sass Team
|
||||
homepage: https://github.com/sass/dart-sass
|
||||
@ -18,6 +18,7 @@ dependencies:
|
||||
cli_repl: ">=0.1.3 <0.3.0"
|
||||
collection: "^1.8.0"
|
||||
meta: "^1.1.7"
|
||||
js: "^0.6.0"
|
||||
package_resolver: "^1.0.0"
|
||||
path: "^1.6.0"
|
||||
source_maps: "^0.10.5"
|
||||
@ -36,7 +37,6 @@ dev_dependencies:
|
||||
crypto: ">=0.9.2 <3.0.0"
|
||||
dart_style: "^1.2.0"
|
||||
grinder: "^0.8.0"
|
||||
js: "^0.6.0"
|
||||
node_preamble: "^1.1.0"
|
||||
pedantic: "^1.0.0"
|
||||
pub_semver: "^1.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user