Skip to content

Commit

Permalink
update standard (#85)
Browse files Browse the repository at this point in the history
this repo is used in the standard test suite, so it helps if it uses the latest standard :)
  • Loading branch information
feross committed Nov 6, 2020
1 parent 21cb738 commit 2b9eb7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"devDependencies": {
"rimraf": "^2.6.3",
"standard": "^12.0.1",
"standard": "^13.0.1",
"tape": "^4.9.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ test('specific entries', function (t) {
var a = path.join(__dirname, 'fixtures', 'd')
var b = path.join(__dirname, 'fixtures', 'copy', 'd-entries')

var entries = [ 'file1', 'sub-files/file3', 'sub-dir' ]
var entries = ['file1', 'sub-files/file3', 'sub-dir']

rimraf.sync(b)
tar.pack(a, { entries: entries })
Expand Down

0 comments on commit 2b9eb7a

Please sign in to comment.