From 893b54a60e00b43551f1bb985286e4b4b809a150 Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Sun, 16 Nov 2014 22:45:47 +0300 Subject: [PATCH] Small improve in README.md and bower.json. --- README.md | 12 ++++++------ bower.json | 5 +++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9a081a17..97412b63 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![NPM version](https://badge.fury.io/js/less.svg)](http://badge.fury.io/js/less) [![Build Status](https://travis-ci.org/less/less.js.svg?branch=master)](https://travis-ci.org/less/less.js) +[![npm version](https://badge.fury.io/js/less.svg)](http://badge.fury.io/js/less) [![Build Status](https://travis-ci.org/less/less.js.svg?branch=master)](https://travis-ci.org/less/less.js) [![Dependencies](https://david-dm.org/less/less.js.svg)](https://david-dm.org/less/less.js) [![devDependency Status](https://david-dm.org/less/less.js/dev-status.svg)](https://david-dm.org/less/less.js#info=devDependencies) [![optionalDependency Status](https://david-dm.org/less/less.js/optional-status.svg)](https://david-dm.org/less/less.js#info=optionalDependencies) [![Sauce Test Status](https://saucelabs.com/browser-matrix/less.svg)](https://saucelabs.com/u/less) [![Build status](https://ci.appveyor.com/api/projects/status/bx2qspy3qbuxpl9q/branch/master?svg=true)](https://ci.appveyor.com/project/lukeapage/less-js/branch/master) @@ -13,9 +13,9 @@ This is the JavaScript, official, stable version of Less. Options for adding Less.js to your project: -* Install with [NPM](https://npmjs.org/): `npm install less` +* Install with [npm](https://npmjs.org): `npm install less` * [Download the latest release][download] -* Clone the repo: `git clone git://github.com/less/less.js.git` +* Clone the repo: `git clone https://github.com/less/less.js.git` ## More information @@ -28,11 +28,11 @@ Here are other resources for using Less.js: ## Contributing -Please read [CONTRIBUTING.md](./CONTRIBUTING.md). Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/). +Please read [CONTRIBUTING.md](CONTRIBUTING.md). Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com). ### Reporting Issues -Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/). After that if you find a bug or would like to make feature request, [please open a new issue][issues]. +Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas). After that if you find a bug or would like to make feature request, [please open a new issue][issues]. Please report documentation issues in [the documentation project](https://github.com/less/less-docs). @@ -45,7 +45,7 @@ See the [changelog](CHANGELOG.md) ## [License](LICENSE) -Copyright (c) 2009-2014 [Alexis Sellier](http://cloudhead.io/) & The Core Less Team +Copyright (c) 2009-2014 [Alexis Sellier](http://cloudhead.io) & The Core Less Team Licensed under the [Apache License](LICENSE). diff --git a/bower.json b/bower.json index 7dbc02ed..af539880 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "less", "version": "2.0.0", - "main": "./dist/less.js", + "main": "dist/less.js", "ignore": [ "**/.*", "benchmark", @@ -15,10 +15,11 @@ "Gruntfile.js", "*.json", "*.yml", + "build.gradle", "gradlew", "gradlew.bat", ".gitattributes", ".jshintrc", ".npmignore" ] -} \ No newline at end of file +}