From 389f9c9c4dc2cc6605b973a10656c781626c8af3 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Mon, 11 Jan 2016 21:45:20 +0530 Subject: [PATCH] npm version bump --- package.json | 2 +- readme.md | 28 +++++++++++++++++++++++++--- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 815c2ab6..27f2f5c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adonis-lucid", - "version": "2.0.1", + "version": "2.0.2", "description": "Beautifully crafted sql ORM for adonis framework", "main": "index.js", "scripts": { diff --git a/readme.md b/readme.md index a2389e40..3166dc22 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,29 @@ # Lucid -![travis-build](https://img.shields.io/travis/adonisjs/adonis-lucid.svg) -[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) -[![Coverage Status](https://coveralls.io/repos/adonisjs/adonis-lucid/badge.svg?branch=master&service=github)](https://coveralls.io/github/adonisjs/adonis-lucid?branch=master) +![travis-build](https://img.shields.io/travis/adonisjs/adonis-lucid.svg?style=flat-square) +[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) +[![Coverage Status](https://img.shields.io/coveralls/adonisjs/adonis-lucid/master.svg?style=flat-square)](https://coveralls.io/github/adonisjs/adonis-lucid?branch=master) +[![License](https://img.shields.io/npm/l/adonis-lucid.svg?style=flat-square)](https://opensource.org/licenses/MIT) Lucid is adonis official ORM for Sql database and is the most expressive ORM for NodeJs. + +## The MIT License +Copyright (c) 2016 Harminder Virk + +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: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE.