We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17c27a2 + 5ccf47f commit 1ebcdd5Copy full SHA for 1ebcdd5
Commands/Save and Hint.tmCommand
@@ -5,7 +5,7 @@
5
<key>beforeRunningCommand</key>
6
<string>saveActiveFile</string>
7
<key>command</key>
8
- <string>#!/usr/local/bin/node
+ <string>#!/usr/bin/env node
9
10
var env = process.env || process.ENV,
11
CSSLint = require(env.TM_BUNDLE_SUPPORT + "/csslint-tm");
Support/csslint-tm.js
@@ -1,4 +1,4 @@
1
-#!/usr/local/bin/node
+#!/usr/bin/env node
2
3
http = require('https'),
4
fs = require('fs'),
0 commit comments