We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47984e3 + 2653688 commit 83aa1d4Copy full SHA for 83aa1d4
README.md
@@ -107,8 +107,8 @@ after_success:
107
This will build a browser ready version into `dist`, so after publishing the results will be available under
108
109
```
110
-https://npmcdn.com/<module-name>/dist/index.js
111
-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
112
113
114
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