Skip to content

Commit 12751d9

Browse files
committed
Moved content of "package" folder to root
1 parent 652a616 commit 12751d9

18 files changed

+15
-17
lines changed

example/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Document</title>
8+
<script src="../dist/ml5.js"></script>
9+
</head>
10+
<body>
11+
<script src="script.js"></script>
12+
</body>
13+
</html>
File renamed without changes.
File renamed without changes.

package/package.json renamed to package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"keywords": [
1010
"ML5"
1111
],
12-
"author": "Ziyuan Lin",
12+
"author": "ml5",
1313
"license": "ISC",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/ziyuan-linn/ml5-neuralnetwork-test-build.git"
16+
"url": ""
1717
},
1818
"devDependencies": {
1919
"webpack": "^5.76.1",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)