Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "mvcobject", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "An implementation of Google Maps' MVCObject for Node.js and browers", | ||
@@ -31,3 +31,3 @@ "main": "MVCObject.js", | ||
"chai": "~1.8.1", | ||
"coffee-script": "~1.6.3", | ||
"coffee-script": "~1.7.1", | ||
"sinon": "~1.7.3", | ||
@@ -34,0 +34,0 @@ "sinon-chai": "~2.4.0" |
"use strict"; | ||
require('coffee-script'); | ||
require('coffee-script').register(); | ||
global.chai = require('chai'); | ||
global.sinon = require('sinon'); | ||
global.expect = chai.expect; | ||
global.should = chai.should(); | ||
@@ -7,0 +6,0 @@ global.MVCObject = require('../MVCObject.coffee'); |
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
35036
277