squishjs 0.7.56 → 0.7.60

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/package.json +1 -1
  2. package/src/Asset.js +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squishjs",
3
- "version": "0.7.56",
3
+ "version": "0.7.60",
4
4
  "description": "squish & unsquish stuff",
5
5
  "scripts": {
6
6
  "test": "node testRunner.js"
package/src/Asset.js CHANGED
@@ -5,8 +5,7 @@ class Asset {
5
5
  this.data = data;
6
6
  }
7
7
 
8
-
9
- console.log('ayyyy lmao doing this sdf')
8
+ // this is dumb. was trying something but made it dumb.
10
9
  this.https = require('https');
11
10
  this.http = require('http');
12
11
  this.fs = require('fs');