File tree Expand file tree Collapse file tree 4 files changed +41
-3
lines changed Expand file tree Collapse file tree 4 files changed +41
-3
lines changed Original file line number Diff line number Diff line change 1+ .DS_Store
2+ node_modules
3+
4+ # local env files
5+ .env.local
6+ .env. * .local
7+
8+ # Log files
9+ npm-debug.log *
10+ yarn-debug.log *
11+ yarn-error.log *
12+
13+ # Editor directories and files
14+ .idea
15+ .vscode
16+ * .suo
17+ * .ntvs *
18+ * .njsproj
19+ * .sln
20+ * .sw ?
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This component generate a beautiful random geometric pattern & random color ima
88
99## See Demo on CodeSandbox
1010
11- [ ![ Edit vuepress-plugin-geopattern] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/fast-pine-42vz4 ?fontsize=14&hidenavigation=1&theme=dark )
11+ [ ![ Edit vuepress-plugin-geopattern] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/musing-surf-twidv ?fontsize=14&hidenavigation=1&theme=dark )
1212
1313## Installation
1414
Original file line number Diff line number Diff line change 11{
22 "name" : " vuepress-plugin-geopattern" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Generate beautiful random geometric pattern background images." ,
55 "main" : " index.js" ,
66 "repository" : {
1717 "bugs" : {
1818 "url" : " https://github.com/xiaoluoboding/vuepress-plugin-geopattern/issues"
1919 },
20- "homepage" : " https://github.com/xiaoluoboding/vuepress-plugin-geopattern#readme"
20+ "homepage" : " https://github.com/xiaoluoboding/vuepress-plugin-geopattern#readme" ,
21+ "dependencies" : {
22+ "geopattern" : " ^1.2.3"
23+ }
2124}
Original file line number Diff line number Diff line change 1+ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+ # yarn lockfile v1
3+
4+
5+ extend@~1.2.1 :
6+ version "1.2.1"
7+ resolved "https://registry.yarnpkg.com/extend/-/extend-1.2.1.tgz#a0f5fd6cfc83a5fe49ef698d60ec8a624dd4576c"
8+ integrity sha1-oPX9bPyDpf5J72mNYOyKYk3UV2w=
9+
10+ geopattern@^1.2.3 :
11+ version "1.2.3"
12+ resolved "https://registry.yarnpkg.com/geopattern/-/geopattern-1.2.3.tgz#de96602e46dba9095ca5774bfb3b36308f7e63fe"
13+ integrity sha1-3pZgLkbbqQlcpXdL+zs2MI9+Y/4=
14+ dependencies :
15+ extend "~1.2.1"
You can’t perform that action at this time.
0 commit comments