We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94948c5 commit fcf7bf5Copy full SHA for fcf7bf5
bin/update-shim
@@ -0,0 +1,7 @@
1
+#!/usr/bin/env bash
2
+
3
+VERSION=$1
4
5
+curl -s "https://unpkg.com/es-module-shims@$VERSION/dist/es-module-shims.js" > app/assets/javascripts/es-module-shims.js
6
+curl -s "https://ga.jspm.io/npm:es-module-shims@$VERSION/dist/es-module-shims.js" > app/assets/javascripts/es-module-shims.min.js
7
+curl -s "https://ga.jspm.io/npm:es-module-shims@$VERSION/dist/es-module-shims.js.map" > app/assets/javascripts/es-module-shims.js.map
0 commit comments