mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 12:14:42 +01:00
Add a pubignore so pub knows to publish protobuf files (#2050)
Closes #2047
This commit is contained in:
parent
890fc17dc1
commit
8e5e7fca53
19
.pubignore
Normal file
19
.pubignore
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# This should be identical to .gitignore except that it doesn't exclude
|
||||||
|
# generated protobuf files.
|
||||||
|
|
||||||
|
.buildlog
|
||||||
|
.DS_Store
|
||||||
|
.idea
|
||||||
|
.pub/
|
||||||
|
.dart_tool/
|
||||||
|
.settings/
|
||||||
|
.sass-cache/
|
||||||
|
build/
|
||||||
|
packages
|
||||||
|
.packages
|
||||||
|
pubspec.lock
|
||||||
|
package-lock.json
|
||||||
|
/benchmark/source
|
||||||
|
node_modules/
|
||||||
|
/doc/api
|
||||||
|
/pkg/*/doc/api
|
@ -1,9 +1,13 @@
|
|||||||
## 1.64.2
|
## 1.64.3
|
||||||
|
|
||||||
### Dart API
|
### Dart API
|
||||||
|
|
||||||
* Include protocol buffer definitions when uploading the `sass` package to pub.
|
* Include protocol buffer definitions when uploading the `sass` package to pub.
|
||||||
|
|
||||||
|
## 1.64.2
|
||||||
|
|
||||||
|
* No user-visible changes.
|
||||||
|
|
||||||
## 1.64.1
|
## 1.64.1
|
||||||
|
|
||||||
### Embedded Sass
|
### Embedded Sass
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: sass
|
name: sass
|
||||||
version: 1.64.2
|
version: 1.64.3-dev
|
||||||
description: A Sass implementation in Dart.
|
description: A Sass implementation in Dart.
|
||||||
homepage: https://github.com/sass/dart-sass
|
homepage: https://github.com/sass/dart-sass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user