Skip to content

Commit

Permalink
meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 7, 2016
1 parent a200d9e commit 7bf6c1c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 29 deletions.
6 changes: 1 addition & 5 deletions .editorconfig
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,3 @@
# editorconfig.org
root = true root = true


[*] [*]
Expand All @@ -8,9 +7,6 @@ charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true


[package.json] [{package.json,*.yml}]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2

[*.md]
trim_trailing_whitespace = false
16 changes: 0 additions & 16 deletions .jshintrc

This file was deleted.

16 changes: 10 additions & 6 deletions package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=0.10.0" "node": ">=0.10.0"
}, },
"scripts": { "scripts": {
"test": "grunt" "test": "xo && grunt"
}, },
"files": [ "files": [
"tasks" "tasks"
Expand All @@ -35,9 +35,13 @@
"object-assign": "^4.0.1" "object-assign": "^4.0.1"
}, },
"devDependencies": { "devDependencies": {
"grunt": "^0.4.5", "grunt": "^1.0.1",
"grunt-cli": "^0.1.13", "grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^0.6.0", "grunt-contrib-clean": "^1.0.0",
"grunt-contrib-nodeunit": "^0.4.1" "grunt-contrib-nodeunit": "^1.0.0",
"xo": "*"
},
"peerDependencies": {
"grunt": ">=0.4.0"
} }
} }
4 changes: 2 additions & 2 deletions readme.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*The issue tracker is disabled because of continuous abuse. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/node-sass) for support questions. Issues with the output should be reported on the libsass [issue tracker](https://github.com/hcatlin/libsass/issues). Install issues should be reported on the node-sass [issue tracker](https://github.com/sass/node-sass/issues). Learn how [semver works](https://nodesource.com/blog/semver-tilde-and-caret) before opening a PR updating node-sass.* *The issue tracker is disabled because of continuous abuse. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/node-sass) for support questions. Issues with the output should be reported on the libsass [issue tracker](https://github.com/hcatlin/libsass/issues). Install issues should be reported on the node-sass [issue tracker](https://github.com/sass/node-sass/issues). Learn how [semver works](https://nodesource.com/blog/semver-tilde-and-caret) before opening a PR updating node-sass.*


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/). 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/).




## Install ## Install
Expand Down Expand Up @@ -49,4 +49,4 @@ The default value for the `precision` option is `10`, so you don't have to chang


## License ## License


MIT © [Sindre Sorhus](http://sindresorhus.com) MIT © [Sindre Sorhus](https://sindresorhus.com)

0 comments on commit 7bf6c1c

Please sign in to comment.