package json added new version
This commit is contained in:
parent
13b2ac413f
commit
c71a180d8a
21
index.html
21
index.html
|
@ -1,21 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Document</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script src="./wire.js"></script>
|
|
||||||
<script>
|
|
||||||
let yup = é([]);
|
|
||||||
fetch("data.json")
|
|
||||||
.then(e => e.json())
|
|
||||||
.then(kkk => {
|
|
||||||
debugger;
|
|
||||||
yup.set(kkk);
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@saqut/wirejs",
|
"name": "@saqut/wirejs",
|
||||||
"version": "0.2.0",
|
"version": "1.0.0",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "Dont use variable, use smart variable wires !",
|
"description": "Dont use variable, use smart variable wires !",
|
||||||
|
|
Loading…
Reference in New Issue