vanilla-jet 1.0.20 → 1.0.21

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.
@@ -208,6 +208,7 @@ function cleanALine(line) {
208
208
  }
209
209
 
210
210
  function processCwd() {
211
- console.log(process.cwd());
212
- return process.cwd().replace('/.grunt', '');
211
+ return process.cwd()
212
+ .replace('/.grunt', '')
213
+ .replace('/node_modules/vanilla-jet', '');
213
214
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vanilla-jet",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "VannilaJet framework",
5
5
  "main": "index.js",
6
6
  "bin": {