@makano/rew 1.1.21 → 1.1.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,7 @@ module.exports = (currentFile) => {
18
18
  }
19
19
 
20
20
  function exists(filepath, options){
21
- return fs.existsSync(filepath);
21
+ return fs.existsSync(gp(filepath));
22
22
  }
23
23
 
24
24
  function fstat(filepath, options){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makano/rew",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "description": "A simple coffescript runtime",
5
5
  "main": "lib/rew/main.js",
6
6
  "directories": {