Skip to content

Commit 1107092

Browse files
committed
chore: release v0.1.1
1 parent 87ebf0e commit 1107092

File tree

4 files changed

+41
-3
lines changed

4 files changed

+41
-3
lines changed

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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?

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -17,5 +17,8 @@
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
}

yarn.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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"

0 commit comments

Comments
 (0)