@flytrigger/my-ui-test 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/test.html ADDED
@@ -0,0 +1,11 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Document</title>
7
+ </head>
8
+ <body>
9
+ 测试html
10
+ </body>
11
+ </html>
package/dist/test.js ADDED
@@ -0,0 +1 @@
1
+ 测试用的js
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@flytrigger/my-ui-test",
3
+ "version": "0.1.0",
4
+ "description": "这是一个示例库",
5
+ "files": [
6
+ "dist"
7
+ ],
8
+ "scripts": {
9
+ "test": "echo \"Error: no test specified\" && exit 1"
10
+ },
11
+ "keywords": [],
12
+ "author": "",
13
+ "license": "MIT",
14
+ "publishConfig": {
15
+ "access": "public"
16
+ }
17
+ }