@sevenyoung/static-source 1.0.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/images/boy.png ADDED
Binary file
Binary file
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "@sevenyoung/static-source",
3
+ "version": "1.0.0",
4
+ "description": "静态公共资源包,发布到 unpkg CDN",
5
+ "keywords": ["static", "cdn", "resources"],
6
+ "license": "MIT",
7
+ "author": "sevenyoung",
8
+ "files": [
9
+ "images"
10
+ ],
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/sevenyoung/frontend",
14
+ "directory": "static-source"
15
+ },
16
+ "publishConfig": {
17
+ "access": "public"
18
+ }
19
+ }