Skip to content

Commit

Permalink
Merge pull request #56 from balena-io/update-file-disk
Browse files Browse the repository at this point in the history
Update file-disk to 5.0.0 and make it a devDependency
  • Loading branch information
zvin authored Nov 29, 2018
2 parents f1ac5cd + 3ac8826 commit 4d4c78b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/linux/x64/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
/* #undef HAVE_SA_LEN */

/* Define to 1 if you have the `secure_getenv' function. */
#define HAVE_SECURE_GETENV 1
//#define HAVE_SECURE_GETENV 1

/* Define to 1 if you have the <semaphore.h> header file. */
#define HAVE_SEMAPHORE_H 1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"async": "^2.6.1",
"bluebird": "^3.5.3",
"bindings": "^1.3.0",
"file-disk": "^4.1.3",
"nan": "^2.11.1",
"prebuild-install": "^5.2.1"
},
"devDependencies": {
"cross-env": "^5.2.0",
"eslint": "^3.19.0",
"file-disk": "^5.0.0",
"mocha": "^5.2.0",
"prebuild": "^8.1.2"
},
Expand Down

0 comments on commit 4d4c78b

Please sign in to comment.