can-globals
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -11,3 +11,1 @@ 'use strict'; | ||
} | ||
module.exports = globals; |
@module {Object} can-globals | ||
@parent can-infrastructure | ||
@parent can-js-utilities | ||
@collection can-infrastructure | ||
@package ../package.json | ||
@@ -4,0 +5,0 @@ @group can-globals/methods 0 methods |
{ | ||
"name": "can-globals", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "This module provides a dependency injection container. Modules may define a key and specify a default value (which can be static, cached lazy, or dynamic lazy), but other code can set and reset the value as needed. There is also an event system, for alerting on value changes, both specific to a key and for any key.", | ||
@@ -11,3 +11,3 @@ "main": "can-globals.js", | ||
"testee": "testee test.html --browsers firefox", | ||
"test": "npm run jshint && npm run testee", | ||
"test": "npm run detect-cycle && npm run jshint && npm run testee", | ||
"jshint": "jshint ./*.js --config", | ||
@@ -19,3 +19,4 @@ "release:pre": "npm version prerelease && npm run build && npm publish --tag=pre", | ||
"document": "bit-docs", | ||
"build": "node build.js" | ||
"build": "node build.js", | ||
"detect-cycle": "detect-cyclic-packages --ignore done-serve" | ||
}, | ||
@@ -50,2 +51,3 @@ "repository": { | ||
"bit-docs": "0.0.7", | ||
"detect-cyclic-packages": "^1.1.0", | ||
"jshint": "^2.9.5", | ||
@@ -52,0 +54,0 @@ "qunitjs": "^2.4.0", |
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
34201
8
836