Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: add windows support
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
  • Loading branch information
jacobheun authored and daviddias committed May 1, 2018
1 parent e00974f commit feaed0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"datastore-core": "^0.4.0",
"interface-datastore": "^0.4.2",
"pull-defer": "^0.2.2",
"pull-stream": "^3.6.7"
"pull-stream": "^3.6.7",
"upath": "^1.0.5"
},
"devDependencies": {
"aegir": "^13.0.6",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/* :: import type {Batch, Query, QueryResult, Callback} from 'interface-datastore' */
const assert = require('assert')
const path = require('path')
const path = require('upath')
const setImmediate = require('async/setImmediate')
const each = require('async/each')
const waterfall = require('async/series')
Expand Down

0 comments on commit feaed0d

Please sign in to comment.