Skip to content

Commit

Permalink
Bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Jan 11, 2019
1 parent 280d34a commit 16afae8
Show file tree
Hide file tree
Showing 3 changed files with 1,990 additions and 1,288 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -102,8 +102,8 @@ require('source-map-support').install({
});
```

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.
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'.
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.
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'.

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

```sh
$ npm install source-map-support coffee-script
$ node_modules/coffee-script/bin/coffee --map --compile demo.coffee
$ npm install source-map-support coffeescript
$ node_modules/.bin/coffee --map --compile demo.coffee
$ node demo.js

demo.coffee:3
Expand Down

0 comments on commit 16afae8

Please sign in to comment.