Skip to content

Commit 83aa1d4

Browse files
Merge pull request #53 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Replace npmcdn.com with unpkg.com
2 parents 47984e3 + 2653688 commit 83aa1d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ after_success:
107107
This will build a browser ready version into `dist`, so after publishing the results will be available under
108108

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

0 commit comments

Comments
 (0)