Skip to content

Commit

Permalink
Merge pull request #3 from Brightspace/dbatiste/update-browserify-dep
Browse files Browse the repository at this point in the history
Make first line the same so that npm displays nicely.
  • Loading branch information
dbatiste committed Aug 20, 2015
2 parents 5211d55 + 43558b2 commit f77931f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build status][ci-image]][ci-url]
[![Dependency Status][dependencies-image]][dependencies-url]

A utility to allow free-range app developers to define external [`browserify`](http://browserify.org/) dependencies without having to set up [`browserify-shim`](https://github.com/thlorenz/browserify-shim).
A utility to allow free-range app developers to define external browserify dependencies without having to set up browserify-shim.

## Usage
```javascript
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frau-module-loader",
"version": "0.1.1",
"version": "0.1.2",
"description": "A utility to allow free-range app developers to define external browserify dependencies without having to set up browserify-shim.",
"main": "index.js",
"repository": "Brightspace/frau-module-loader",
Expand Down

0 comments on commit f77931f

Please sign in to comment.