Skip to content

Commit

Permalink
Merge pull request #143 from broccolijs/remove-path-posix
Browse files Browse the repository at this point in the history
Remove usage of path-posix library.
  • Loading branch information
rwjblue committed May 26, 2021
2 parents 3f73f4c + d051e01 commit 9e5785e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const path = require('path-posix');
const path = require('path').posix;
const Minimatch = require('minimatch').Minimatch;
const arrayEqual = require('array-equal');
const Plugin = require('broccoli-plugin');
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"fs-tree-diff": "^2.0.1",
"heimdalljs": "^0.2.0",
"minimatch": "^3.0.0",
"path-posix": "^1.0.0",
"walk-sync": "^2.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit 9e5785e

Please sign in to comment.