1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-18 04:50:03 +02:00

Use alpinejs via npm install instead of unpkg.com link.

This commit is contained in:
Henrik Hautakoski 2022-01-25 12:33:52 +01:00
parent 15d69fa9ef
commit eda070175d
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
3 changed files with 50 additions and 2 deletions

View file

@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"devDependencies": {
"alpinejs": "^3.8.1",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2"
},