Skip to content

Commit db8487a

Browse files
committed
rename opn to open. fixes vercel#824
1 parent 7ce5226 commit db8487a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
File renamed without changes.

test/test-79-npm/open/open.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
'use strict';
2+
3+
var open = require('open');
4+
open('package.json').then(() => {
5+
console.log('ok');
6+
});

test/test-79-npm/opn/opn.meta.js renamed to test/test-79-npm/open/open.meta.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ module.exports = function (stamp, flags) {
99
}
1010

1111
return {
12-
deployFilesFrom: [ 'opn' ]
12+
deployFilesFrom: [ 'open' ]
1313
};
1414
};

test/test-79-npm/opn/opn.js

-6
This file was deleted.

0 commit comments

Comments
 (0)