best-globals 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/best-globals.js +0 -2
  2. package/package.json +1 -1
package/best-globals.js CHANGED
@@ -173,8 +173,6 @@ changing.trueByObject = function trueByObject(object){
173
173
  });
174
174
  }
175
175
 
176
- console.log('***********!',changing.trueByObject,changing)
177
-
178
176
  bestGlobals.dig = function dig(description, wanted){
179
177
  if(arguments.length==1){
180
178
  wanted=description;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "best-globals",
3
3
  "description": "common global function and constants - i.e. changes",
4
- "version": "1.1.1",
4
+ "version": "1.1.2",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "repository": "codenautas/best-globals",