Skip to content

Commit

Permalink
chore: npm run prettier:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jun 3, 2024
1 parent 88e747d commit ea2491d
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/benchmark.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<title>UUID Benchmark</title>
<p>Please open the Developer Console to view output</p>
<script type="module" src="./browser.js"></script>
2 changes: 1 addition & 1 deletion examples/browser-esmodules/example.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<title>UUID esmodule native example</title>
<p>Please open the Developer Console to view output</p>
<script type="module" src="example.js"></script>
2 changes: 1 addition & 1 deletion examples/browser-rollup/example-all.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>UUID esmodule webpack example</title>
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-rollup/example-v1.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>UUID esmodule webpack example</title>
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-rollup/example-v4.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>UUID esmodule webpack example</title>
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-rollup/example-v7.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>UUID esmodule webpack example</title>
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-rollup/example.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<title>UUID esmodule webpack example</title>
<p>Please open the Developer Console to view output</p>
<script type="text/javascript" src="./dist/v1.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-webpack/example-all-require.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>UUID esmodule webpack example</title>
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-webpack/example-all.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>UUID esmodule webpack example</title>
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-webpack/example-v1.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>UUID esmodule webpack example</title>
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-webpack/example-v4.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>UUID esmodule webpack example</title>
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-webpack/example-v7.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>UUID esmodule webpack example</title>
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-webpack/example.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<title>UUID esmodule webpack example</title>
<p>Please open the Developer Console to view output</p>
<script type="text/javascript" src="./dist/v1.js"></script>
Expand Down

0 comments on commit ea2491d

Please sign in to comment.