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 530103d commit 6b54ae9Copy full SHA for 6b54ae9
transform-filename.js
@@ -1,6 +1,7 @@
1
const assert = require('assert')
2
, types = {
3
'tar.gz' : 'src'
4
+ , 'aix-ppc64' : 'aix-ppc64'
5
, 'darwin-x64' : 'osx-x64-tar'
6
, 'darwin-x86' : 'osx-x86-tar'
7
, 'pkg' : 'osx-x64-pkg'
@@ -116,6 +117,7 @@ if (module === require.main) {
116
117
, { file: 'node-v0.11.9-linux-x86.tar.gz', type: 'linux-x86' }
118
, { file: 'node-v0.11.9-sunos-x64.tar.gz', type: 'sunos-x64' }
119
, { file: 'node-v0.11.9-sunos-x86.tar.gz', type: 'sunos-x86' }
120
+ , { file: 'node-v6.7.0-aix-ppc64.tar.gz', type: 'aix-ppc64'}
121
, { file: 'node-v0.11.9.tar.gz', type: 'src' }
122
, { file: 'node.exe', type: 'win-x86-exe' }
123
, { file: 'x64/node.exe', type: 'win-x64-exe' }
0 commit comments