another-knex
Advanced tools
Comparing version 3.1.0-dev.3 to 3.1.0-dev.4
{ | ||
"name": "another-knex", | ||
"version": "3.1.0-dev.3", | ||
"version": "3.1.0-dev.4", | ||
"description": "A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3", | ||
@@ -100,5 +100,2 @@ "main": "knex", | ||
], | ||
"bin": { | ||
"knex": "./bin/cli.js" | ||
}, | ||
"repository": { | ||
@@ -153,5 +150,2 @@ "type": "git", | ||
"browser": { | ||
"./lib/migrations/migrate/Migrator.js": "./lib/util/noop.js", | ||
"./lib/bin/cli.js": "./lib/util/noop.js", | ||
"./lib/migrations/seed/Seeder.js": "./lib/util/noop.js", | ||
"tedious": false, | ||
@@ -168,6 +162,2 @@ "mysql": false, | ||
}, | ||
"react-native": { | ||
"./lib/migrate": "./lib/util/noop.js", | ||
"./lib/seed": "./lib/util/noop.js" | ||
}, | ||
"files": [ | ||
@@ -174,0 +164,0 @@ "lib/", |
Sorry, the diff of this file is too big to display
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
828995
21420