Skip to content

Commit 321af97

Browse files
committed
Update npm packages, switch to Parcel 2
1 parent 436fbfd commit 321af97

File tree

7 files changed

+5265
-20400
lines changed

7 files changed

+5265
-20400
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node_modules/
2-
.cache/
2+
.parcel-cache/
33
dist/

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.git/
2-
.cache/
2+
.parcel-cache/
33
.husky/
44
dist/
55
.gitignore

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2178,6 +2178,6 @@ <h3 id="prepend2-input2-append2-lg">lg</h3>
21782178
</div>
21792179
</div>
21802180

2181-
<script src="./index.ts"></script>
2181+
<script type="module" src="./index.ts"></script>
21822182
</body>
21832183
</html>

0 commit comments

Comments
 (0)