Comparing version 4.5.0 to 4.5.1
@@ -76,4 +76,3 @@ 'use strict'; | ||
if ( ! opts.title ) { | ||
const dirpath = path.dirname(process.mainModule.filename); | ||
const dirname = path.basename(dirpath); | ||
const dirname = process.cwd(); | ||
this.title = dirname; | ||
@@ -80,0 +79,0 @@ } else { |
{ | ||
"author": "Luis Blanco <luisblanco1337@gmail.com>", | ||
"name": "glfw-raub", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"description": "GLFW for Node.js", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
57523
779