Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ramda/repl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9eb7cbcf4bd96a7f5330e2304ab6e93fcb0bc18f
Choose a base ref
..
head repository: ramda/repl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5eb2bd0d28500d2c7387e367d892b298d2a70c8e
Choose a head ref
Showing with 142 additions and 135 deletions.
  1. +7 −1 README.md
  2. +55 −58 dist/bundle.js
  3. +1 −1 example/index.html
  4. +1 −1 lib/js/repl.js
  5. +6 −10 lib/js/{googl.js → tinyurl.js}
  6. +64 −56 npm-shrinkwrap.json
  7. +1 −1 package.json
  8. +7 −7 test/{googl.test.js → tinyurl.test.js}
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -215,7 +215,13 @@ This will start serving the _repl_ at [localhost:8080/example](http://localhost:
To build the JavaScript bundle:

```
npm run build
npm run build-js
```

To build the CSS bundle:

```
npm run build-css
```

#### Watch modes
Loading