Skip to content

Commit 74fd3fb

Browse files
committed
Rebuild index.js
1 parent fda763a commit 74fd3fb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as path from 'https://deno.land/std/fs/path/mod.ts';
1+
import * as path from 'https://deno.land/std/path/mod.ts';
22

33
var concatMap = function (xs, fn) {
44
var res = [];

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,9 @@
2121
"rollup-plugin-alias": "^1.5.1",
2222
"rollup-plugin-commonjs": "^9.2.0",
2323
"rollup-plugin-node-resolve": "^4.0.0"
24+
},
25+
"volta": {
26+
"node": "12.13.0",
27+
"yarn": "1.19.1"
2428
}
25-
}
29+
}

0 commit comments

Comments
 (0)