Skip to content

Commit

Permalink
Rebuild index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdothtml committed Oct 26, 2019
1 parent fda763a commit 74fd3fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -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 = [];
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 74fd3fb

Please sign in to comment.