davidbau / seedrandom

seeded random number generator for Javascript
2.04k stars 160 forks source link

Add unpkg and jsdelivr fields to point CDNs to entry point #62

Closed tmcw closed 5 years ago

tmcw commented 5 years ago

Hi there!

This PR adds unpkg and jsdelivr fields to the package.json for seedrandom, so that people who use browser require libraries (like d3-require or requirejs) with those CDNs immediately get the correct UMD build instead of the CommonJS index.js file.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 94.458% when pulling b4d101c6f236d68baf723566ab7ae6ae447bb2f3 on tmcw:umd-fields into 326f7dfa469a602a7b43d830c0e970f2b9a67932 on davidbau:released.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 94.458% when pulling b4d101c6f236d68baf723566ab7ae6ae447bb2f3 on tmcw:umd-fields into 326f7dfa469a602a7b43d830c0e970f2b9a67932 on davidbau:released.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 94.458% when pulling b4d101c6f236d68baf723566ab7ae6ae447bb2f3 on tmcw:umd-fields into 326f7dfa469a602a7b43d830c0e970f2b9a67932 on davidbau:released.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 94.458% when pulling b4d101c6f236d68baf723566ab7ae6ae447bb2f3 on tmcw:umd-fields into 326f7dfa469a602a7b43d830c0e970f2b9a67932 on davidbau:released.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 94.458% when pulling b4d101c6f236d68baf723566ab7ae6ae447bb2f3 on tmcw:umd-fields into 326f7dfa469a602a7b43d830c0e970f2b9a67932 on davidbau:released.

davidbau commented 5 years ago

merged to master.