1
0
Fork 0
mirror of https://github.com/archtechx/alpine-reactive.git synced 2025-12-12 16:34:03 +00:00

Specify files in package.json

This commit is contained in:
Samuel Štancl 2021-05-16 22:24:47 +02:00
parent 6e6b0984e4
commit d53410f411

View file

@ -3,9 +3,9 @@
"version": "0.1.0",
"description": "Reactivity layer for Alpine 2.x",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"src/index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/archtechx/alpine-reactive.git"