We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c0ee7 commit 9976406Copy full SHA for 9976406
1 file changed
README.md
@@ -97,6 +97,12 @@ Just install the Node.js package:
97
>>> nodely.install('coffee-script')
98
```
99
100
+```
101
+npm http GET https://registry.npmjs.org/coffee-script
102
+npm http 304 https://registry.npmjs.org/coffee-script
103
+coffee-script@1.12.7 node_modules\coffee-script
104
105
+
106
107
It provides the `coffee` executable. If you want to know its absolute path:
108
@@ -120,6 +126,10 @@ And if you want to run it, for example with the `--version` flag:
120
126
0
121
127
122
128
129
130
+CoffeeScript version 1.12.7
131
132
123
133
124
134
125
135
For the case that you want to get rid of the package again,
@@ -201,3 +211,6 @@ and can also be called directly instead of using its `.call` method:
201
211
202
212
203
213
214
215
216
0 commit comments