Comparing version 0.3.0 to 0.3.1
@@ -27,2 +27,8 @@ 'use strict'; | ||
exports.schema = _schema3['default']; | ||
exports.schema = _schema3['default']; | ||
var _rethinkdb = require('rethinkdb'); | ||
var _rethinkdb2 = _interopRequireDefault(_rethinkdb); | ||
exports.r = _rethinkdb2['default']; |
{ | ||
"name": "nothinkdb", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Functional toolkit for rethinkdb", | ||
@@ -5,0 +5,0 @@ "main": "lib/nothinkdb.js", |
@@ -1,2 +0,2 @@ | ||
[![npm version](https://badge.fury.io/js/nothinkdb.svg)](https://badge.fury.io/js/nothinkdb) [![Build Status](https://travis-ci.org/ironhee/nothinkdb.svg?branch=master)](https://travis-ci.org/ironhee/nothinkdb) | ||
[![npm version](https://badge.fury.io/js/nothinkdb.svg)](https://badge.fury.io/js/nothinkdb) [![Build Status](https://travis-ci.org/ironhee/nothinkdb.svg?branch=master)](https://travis-ci.org/ironhee/nothinkdb) | ||
@@ -22,5 +22,4 @@ # Nothinkdb | ||
```js | ||
import r from 'rethinkdb'; | ||
import Joi from 'joi'; | ||
import { Table, schema } from 'nothinkdb'; | ||
import { r, Table, schema } from 'nothinkdb'; | ||
@@ -27,0 +26,0 @@ const userTable = new Table({ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29206
635
69