Skip to content

Commit

Permalink
Merge pull request #7 from gyselroth/dev
Browse files Browse the repository at this point in the history
1.0.4
  • Loading branch information
raffis committed Dec 13, 2018
2 parents eceef3f + 8fce5eb commit 599e67d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.4
**Maintainer**: Raffael Sahli <sahli@gyselroth.net>\
**Date**: Thu December 13 15:23:20 CET 2018

* [FIX] win32 case sensitive package names


## 1.0.3
**Maintainer**: Raffael Sahli <sahli@gyselroth.net>\
**Date**: Wed December 12 14:27:21 CET 2018
Expand Down
4 changes: 2 additions & 2 deletions lib/win32.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const fsWin = require('fsWin');
const fsWin = require('fswin');
const fs = require('fs');
const Winreg = require('Winreg');
const Winreg = require('winreg');
const path = require('path');
const util = require('util');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gyselroth/node-advanced-desktop",
"version": "1.0.3",
"version": "1.0.4",
"description": "Manage sidebar bookmarks (folder favourites) and folder icons compatible on Linux, Windows and OS X",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit 599e67d

Please sign in to comment.