Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.

Commit

Permalink
im a careless bafoon.
Browse files Browse the repository at this point in the history
danecando committed Oct 13, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f51e49f commit 6dec13e
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
## hapi-sequelize - a hapi plugin for the sequelize orm

[![Build Status](https://travis-ci.org/danecando/hapi-sequelize.svg?branch=master)](https://travis-ci.org/danecando/hapi-sequelize)
[![npm](https://img.shields.io/npm/dm/localeval.svg)](https://www.npmjs.com/package/hapi-sequelize)
<<<<<<< HEAD
=======

### Warning

This version is still in beta. Hardly and only tested with current versions of Hapi (13.x) & Sequelize (3.x)
>>>>>>> 8cd9d3813dd7adc9e62ffd5ad4df477a2a437ede
### Warning

This version of hapi-sequelize should be compatible with at least Hapi 13+ & Sequelize 3.x. If you're
encountering an issue related to any specific version please open an issue. The rewrite of this plugin
@@ -78,17 +75,9 @@ Returns single model that matches the passed argument or null if the model doesn

Returns all models on the db instance

<<<<<<< HEAD
### Contributing
If you have any ideas for useful additions to the API or any other improvements to the plugin
please open an issue or a PR.

Also feel free to tackle any of the outstanding todo's in the issues. These are mostly currently
for testing, documentation. I hope to at least provide a reliable, developer friendly plugin.
=======
### TODO/Contributing

* finalize api
* write tests
* improve readme
>>>>>>> 8cd9d3813dd7adc9e62ffd5ad4df477a2a437ede
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hapi-sequelize",
"version": "3.0.3",
"version": "3.0.4",
"description": "A Hapi plugin for the fabulous Sequelize ORM",
"main": "lib/index.js",
"scripts": {

0 comments on commit 6dec13e

Please sign in to comment.