Skip to content

Commit 16afae8

Browse files
committed
Bump dev dependencies
1 parent 280d34a commit 16afae8

File tree

3 files changed

+1990
-1288
lines changed

3 files changed

+1990
-1288
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ require('source-map-support').install({
102102
});
103103
```
104104

105-
The module will by default assume a browser environment if XMLHttpRequest and window are defined. If either of these do not exist it will instead assume a node environment.
106-
In some rare cases, e.g. when running a browser emulation and where both variables are also set, you can explictly specify the environment to be either 'browser' or 'node'.
105+
The module will by default assume a browser environment if XMLHttpRequest and window are defined. If either of these do not exist it will instead assume a node environment.
106+
In some rare cases, e.g. when running a browser emulation and where both variables are also set, you can explictly specify the environment to be either 'browser' or 'node'.
107107

108108
```js
109109
require('source-map-support').install({
@@ -248,8 +248,8 @@ foo()
248248
Compile and run the file using the CoffeeScript compiler from the terminal:
249249

250250
```sh
251-
$ npm install source-map-support coffee-script
252-
$ node_modules/coffee-script/bin/coffee --map --compile demo.coffee
251+
$ npm install source-map-support coffeescript
252+
$ node_modules/.bin/coffee --map --compile demo.coffee
253253
$ node demo.js
254254

255255
demo.coffee:3

0 commit comments

Comments
 (0)