Skip to content

Commit

Permalink
chore: fix website by using jspm.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sastan committed Jan 9, 2021
1 parent 3c7027e commit 4566da6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build 🔧
run: |
mkdir website
sed 's% src="/_src_/index.js"% src="https://cdn.skypack.dev/twind"%g;s% src="/_src_/shim/index.js"% src="https://cdn.skypack.dev/twind/shim"%g' < example/landing.html > website/index.html
sed 's% src="/_src_/index.js"% src="https://jspm.dev/twind"%g;s% src="/_src_/shim/index.js"% src="https://jspm.dev/twind/shim"%g' < example/landing.html > website/index.html
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.7.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"distilt": "^0.9.2",
"dlv": "^1.1.3",
"doctoc": "^2.0.0",
"esbuild": "^0.8.23",
"esbuild": "^0.8.31",
"esbuild-register": "^1.1.1",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1315,16 +1315,16 @@ esbuild-register@^1.1.1:
source-map-support "^0.5.19"
strip-json-comments "^3.1.1"

esbuild@^0.8.23:
version "0.8.23"
resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.8.23.tgz#8c4ccd3abb5f7b4ae9f31c571971517be4ae60d2"
integrity sha512-LkgCmotGnhVgRGxjDkTBBYrnJ5stcxK+40cEJGtXUS16hcAWy90cn1qjxKCogzLPJ75gW/L6ejly7VKrMstVGQ==

esbuild@^0.8.28:
version "0.8.28"
resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.8.28.tgz#54f1b2dda1c1a8613308a41d31f9a5ad9fbbcbed"
integrity sha512-8u4PliPrsELMwl0X4ChPJvlNfoSh5OSpLHcAFFiipi2m/k+9i4cEjQB8rztLiiqO7kXnL+IaNU36StgnpHhOwA==

esbuild@^0.8.31:
version "0.8.31"
resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.8.31.tgz#c21e7adb3ad283c951a53de7ad64a5ae2df2ed34"
integrity sha512-7EIU0VdUxltwivjVezX3HgeNzeIVR1snkrAo57WdUnuBMykdzin5rTrxwCDM6xQqj0RL/HjOEm3wFr2ijHKeaA==

esbuild@^0.8.7:
version "0.8.24"
resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.8.24.tgz#18645e102254682909017cec648f84d4834f15b3"
Expand Down

0 comments on commit 4566da6

Please sign in to comment.