Skip to content

Commit

Permalink
Replace npmcdn.com with unpkg.com
Browse files Browse the repository at this point in the history
  • Loading branch information
npmcdn-to-unpkg-bot committed Sep 1, 2016
1 parent b071b5c commit 2653688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ after_success:
This will build a browser ready version into `dist`, so after publishing the results will be available under

```
https://npmcdn.com/<module-name>/dist/index.js
https://npmcdn.com/<module-name>/dist/index.min.js
https://unpkg.com/<module-name>/dist/index.js
https://unpkg.com/<module-name>/dist/index.min.js
```
There is also an ES5 build that will be placed in `lib` that will be required by default from consumers using `require`.
Expand Down

0 comments on commit 2653688

Please sign in to comment.