@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 +11 -0
- package/dist/test.js +1 -0
- package/package.json +17 -0
package/dist/test.html
ADDED
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
|
+
}
|