mongoose-geojson-schema
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "mongoose-geojson-schema", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Schema definitions for GeoJSON types for use with Mongoose JS", | ||
"main": "GeoJSON.js", | ||
"main": "index.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "grunt" |
'use strict'; | ||
var mongoose = require('mongoose'); | ||
var GeoJSON = require('../GeoJSON'); | ||
var GeoJSON = require('../'); | ||
@@ -6,0 +6,0 @@ var TestSchema = new mongoose.Schema({ |
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
43107