Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "mvcobject", | ||
"main": "MVCObject.js", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"homepage": "https://github.com/Jeremial/MVCObject", | ||
@@ -6,0 +6,0 @@ "authors": [ |
{ | ||
"name": "mvcobject", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "An implementation of Google Maps' MVCObject for Node.js and browers", | ||
@@ -5,0 +5,0 @@ "main": "MVCObject.js", |
"use strict"; | ||
require('coffee-script'); | ||
global.chai = require('chai'); | ||
@@ -6,4 +7,5 @@ global.sinon = require('sinon'); | ||
global.should = chai.should(); | ||
global.MVCObject = require('../MVCObject.coffee'); | ||
var sinonChai = require('sinon-chai'); | ||
chai.use(sinonChai); |
Sorry, the diff of this file is not supported yet
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
274
34879