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

Commit feaed0d

Browse files
jacobheundaviddias
authored andcommitted
fix: add windows support
License: MIT Signed-off-by: Jacob Heun <[email protected]>
1 parent e00974f commit feaed0d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"datastore-core": "^0.4.0",
3838
"interface-datastore": "^0.4.2",
3939
"pull-defer": "^0.2.2",
40-
"pull-stream": "^3.6.7"
40+
"pull-stream": "^3.6.7",
41+
"upath": "^1.0.5"
4142
},
4243
"devDependencies": {
4344
"aegir": "^13.0.6",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/* :: import type {Batch, Query, QueryResult, Callback} from 'interface-datastore' */
55
const assert = require('assert')
6-
const path = require('path')
6+
const path = require('upath')
77
const setImmediate = require('async/setImmediate')
88
const each = require('async/each')
99
const waterfall = require('async/series')

0 commit comments

Comments
 (0)