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 6b54ae9 commit e177c6fCopy full SHA for e177c6f
transform-filename.js
@@ -11,6 +11,8 @@ const assert = require('assert')
11
, 'linux-x64' : 'linux-x64'
12
, 'linux-x86' : 'linux-x86'
13
, 'linux-ppc64le' : 'linux-ppc64le'
14
+ , 'smartos-x64' : 'smartos-x64'
15
+ , 'smartos-x86' : 'smartos-x86'
16
, 'sunos-x64' : 'sunos-x64'
17
, 'sunos-x86' : 'sunos-x86'
18
, 'x64.msi' : 'win-x64-msi'
@@ -115,6 +117,8 @@ if (module === require.main) {
115
117
, { file: 'node-v0.11.9-darwin-x86.tar.gz', type: 'osx-x86-tar' }
116
118
, { file: 'node-v0.11.9-linux-x64.tar.gz', type: 'linux-x64' }
119
, { file: 'node-v0.11.9-linux-x86.tar.gz', type: 'linux-x86' }
120
+ , { file: 'node-v7.0.0-smartos-x64.tar.gz', type: 'smartos-x64' }
121
+ , { file: 'node-v7.0.0-smartos-x86.tar.gz', type: 'smartos-x86' }
122
, { file: 'node-v0.11.9-sunos-x64.tar.gz', type: 'sunos-x64' }
123
, { file: 'node-v0.11.9-sunos-x86.tar.gz', type: 'sunos-x86' }
124
, { file: 'node-v6.7.0-aix-ppc64.tar.gz', type: 'aix-ppc64'}
0 commit comments