mirror of
https://github.com/archtechx/alpine-reactive.git
synced 2025-12-12 08:24:03 +00:00
Specify files in package.json
This commit is contained in:
parent
6e6b0984e4
commit
d53410f411
1 changed files with 3 additions and 3 deletions
|
|
@ -3,9 +3,9 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Reactivity layer for Alpine 2.x",
|
"description": "Reactivity layer for Alpine 2.x",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"files": [
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"src/index.js"
|
||||||
},
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/archtechx/alpine-reactive.git"
|
"url": "git+https://github.com/archtechx/alpine-reactive.git"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue