From 74fd3fb11bbeb5542480b06d3c35bdb0fded8b67 Mon Sep 17 00:00:00 2001 From: Chris Deacy Date: Sat, 26 Oct 2019 14:39:46 -0700 Subject: [PATCH] Rebuild index.js --- index.js | 2 +- package.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 66ffa2b..ab20eb2 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -import * as path from 'https://deno.land/std/fs/path/mod.ts'; +import * as path from 'https://deno.land/std/path/mod.ts'; var concatMap = function (xs, fn) { var res = []; diff --git a/package.json b/package.json index 8197b72..f0e67f4 100644 --- a/package.json +++ b/package.json @@ -21,5 +21,9 @@ "rollup-plugin-alias": "^1.5.1", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-node-resolve": "^4.0.0" + }, + "volta": { + "node": "12.13.0", + "yarn": "1.19.1" } -} +} \ No newline at end of file