Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 1, 2020
1 parent 048ae7b commit 868feac
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* text=auto
*.js text eol=lf
* text=auto eol=lf
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
language: node_js
node_js:
- '14'
- '12'
2 changes: 1 addition & 1 deletion license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=8"
Expand All @@ -35,8 +35,8 @@
"ava": "^2.4.0",
"node-sass": "^4.7.2",
"sassdoc": "^2.7.1",
"stylelint": "^12.0.0",
"stylelint-config-xo-scss": "^0.11.0"
"stylelint": "^13.6.1",
"stylelint-config-xo-scss": "^0.13.0"
},
"stylelint": {
"extends": "stylelint-config-xo-scss",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sass-extras [![Build Status](https://travis-ci.org/sindresorhus/sass-extras.svg?branch=master)](https://travis-ci.org/sindresorhus/sass-extras)
# sass-extras [![Build Status](https://travis-ci.com/sindresorhus/sass-extras.svg?branch=master)](https://travis-ci.com/github/sindresorhus/sass-extras)

> Useful utilities for working with Sass
Expand Down

0 comments on commit 868feac

Please sign in to comment.