Comparing version 0.1.0 to 0.1.1
@@ -8,3 +8,4 @@ 'use strict'; | ||
* @module {{}} can-log log | ||
* @parent can-log | ||
* @parent can-infrastructure | ||
* @hide | ||
* | ||
@@ -49,2 +50,3 @@ * Utilities for logging to the console. | ||
* Adds a message to the console. | ||
* @hide | ||
* | ||
@@ -77,2 +79,3 @@ * ``` | ||
* Adds an error message to the console. | ||
* @hide | ||
* | ||
@@ -79,0 +82,0 @@ * ``` |
@@ -8,3 +8,4 @@ 'use strict'; | ||
* @parent can-log | ||
* | ||
* @hide | ||
* | ||
* Utilities for logging development-mode messages. Use this module for | ||
@@ -21,2 +22,3 @@ * anything that should be shown to the user during development but isn't | ||
* @description | ||
* @hide | ||
* | ||
@@ -50,2 +52,3 @@ * JSON stringifies a value, but unlike JSON, will output properties with | ||
* @description | ||
* @hide | ||
* | ||
@@ -72,2 +75,3 @@ * Adds a warning message to the console. | ||
* @description | ||
* @hide | ||
* | ||
@@ -94,2 +98,3 @@ * Adds a message to the console. | ||
* @description | ||
* @hide | ||
* | ||
@@ -96,0 +101,0 @@ * Adds an error message to the console. |
@@ -1,2 +0,2 @@ | ||
/*can-log@0.0.0#can-log*/ | ||
/*can-log@0.1.0#can-log*/ | ||
define(function (require, exports, module) { | ||
@@ -3,0 +3,0 @@ 'use strict'; |
@@ -1,2 +0,2 @@ | ||
/*can-log@0.0.0#can-log*/ | ||
/*can-log@0.1.0#can-log*/ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ exports.warnTimeout = 5000; |
@@ -130,3 +130,3 @@ /*[global-shim-start]*/ | ||
/*can-log@0.0.0#can-log*/ | ||
/*can-log@0.1.0#can-log*/ | ||
define('can-log', function (require, exports, module) { | ||
@@ -133,0 +133,0 @@ 'use strict'; |
{ | ||
"name": "can-log", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Utilities for logging to the console.", | ||
@@ -20,3 +20,3 @@ "homepage": "https://canjs.com/", | ||
"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", | ||
@@ -27,3 +27,4 @@ "release:patch": "npm version patch && npm publish", | ||
"build": "node build.js", | ||
"develop": "done-serve --static --develop --port 8080" | ||
"develop": "done-serve --static --develop --port 8080", | ||
"detect-cycle": "detect-cyclic-packages --ignore done-serve" | ||
}, | ||
@@ -46,2 +47,6 @@ "main": "dist/cjs/can-log", | ||
"devDependencies": { | ||
"detect-cyclic-packages": "^1.1.0", | ||
"done-serve": "^1.0.0", | ||
"donejs-cli": "^1.0.0", | ||
"generator-donejs": "^1.0.0", | ||
"jshint": "^2.9.1", | ||
@@ -51,8 +56,5 @@ "steal": "^1.3.1", | ||
"steal-tools": "^1.2.0", | ||
"testee": "^0.3.0", | ||
"generator-donejs": "^1.0.0", | ||
"donejs-cli": "^1.0.0", | ||
"done-serve": "^1.0.0" | ||
"testee": "^0.3.0" | ||
}, | ||
"license": "MIT" | ||
} |
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
23946
542
9