node-mini-migrations
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"name": "node-mini-migrations", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "A very small, lightweight and flexible migrations library unconcerned with what database you use", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,3 @@ # Mini Migrations for NodeJS | ||
const righto = require('righto'); | ||
const righto = require('node-mini-migrations/up'); | ||
const up = require('node-mini-migrations/up'); | ||
@@ -23,0 +23,0 @@ function migrator (db) { |
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
13503