We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f201e4 commit 421851dCopy full SHA for 421851d
lib/platform.js
@@ -7,7 +7,8 @@ const folders = {
7
'darwin': 'osx',
8
'linux': 'linux',
9
'sunos': 'sunos',
10
- 'windows': 'windows'
+ 'windows': 'windows',
11
+ 'win32': 'windows'
12
};
13
14
// Check if the platform is there in the list of platforms or not
0 commit comments