Skip to content

Commit 683ad07

Browse files
committedMay 18, 2018
Meta tweaks
Closes #280
1 parent 12138d1 commit 683ad07

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed
 

‎.gitattributes

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
* text=auto
2-
*.js text eol=lf
3-
*.css text eol=lf
4-
*.map text eol=lf
1+
* text=auto eol=lf

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
language: node_js
22
node_js:
3+
- '10'
34
- '8'

‎readme.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,22 @@
88

99
This task uses [libsass](http://libsass.org), which is a Sass compiler in C++. It's a lot faster than the original Ruby compiler and [fully compatible](http://sass-compatibility.github.io/).
1010

11-
---
12-
13-
<p align="center"><b>🔥 Want to strengthen your core JavaScript skills and master ES6?</b><br>I would personally recommend this awesome <a href="https://ES6.io/friend/AWESOME">ES6 course</a> by Wes Bos.</p>
14-
15-
---
16-
1711

1812
## Install
1913

2014
```
2115
$ npm install --save-dev grunt-sass
2216
```
2317

18+
<a href="https://www.patreon.com/sindresorhus">
19+
<img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160">
20+
</a>
21+
2422

2523
## Usage
2624

2725
```js
28-
require('load-grunt-tasks')(grunt); // npm install --save-dev load-grunt-tasks
26+
require('load-grunt-tasks')(grunt);
2927

3028
grunt.initConfig({
3129
sass: {

0 commit comments

Comments
 (0)
Please sign in to comment.