rsibot-utils 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/db.js +1 -1
  2. package/package.json +1 -1
package/db.js CHANGED
@@ -1,6 +1,6 @@
1
1
  const mongoose = require('mongoose');
2
2
  const { DB_USER, DB_PASSWORD } = require('./config');
3
- const { write } = require('./utils');
3
+ const { write } = require('./');
4
4
 
5
5
  mongoose.Promise = global.Promise;
6
6
  const { Schema } = mongoose;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsibot-utils",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {