loco-js-model
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,3 +0,12 @@ | ||
var LocoModel = | ||
/******/ (function(modules) { // webpackBootstrap | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
if(typeof exports === 'object' && typeof module === 'object') | ||
module.exports = factory(); | ||
else if(typeof define === 'function' && define.amd) | ||
define([], factory); | ||
else if(typeof exports === 'object') | ||
exports["LocoModel"] = factory(); | ||
else | ||
root["LocoModel"] = factory(); | ||
})(this, function() { | ||
return /******/ (function(modules) { // webpackBootstrap | ||
/******/ // The module cache | ||
@@ -1862,2 +1871,3 @@ /******/ var installedModules = {}; | ||
/***/ }) | ||
/******/ ]); | ||
/******/ ]); | ||
}); |
{ | ||
"name": "loco-js-model", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Model part of loco-js", | ||
"main": "dist/loco-model.js", | ||
"module": "index.js", | ||
"scripts": { | ||
@@ -8,0 +7,0 @@ "start": "node server.js", |
@@ -26,4 +26,5 @@ var path = require('path'); | ||
filename: 'loco-model.js', | ||
library: 'LocoModel' | ||
library: 'LocoModel', | ||
libraryTarget: 'umd' | ||
} | ||
}; |
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
87977
1641