Skip to content

Commit aaa9539

Browse files
committed
Update package.json
1 parent 6edf8e2 commit aaa9539

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
11
{
22
"name": "plugin-image-zoom",
3-
"version": "0.0.0",
3+
"version": "1.1.0",
44
"private": false,
55
"scripts": {},
66
"main": "src/index.js",
77
"dependencies": {
88
"medium-zoom": "^1.0.4"
9-
}
9+
},
10+
"description": "This plugin uses the [`medium-zoom`](https://github.com/francoischalifour/medium-zoom) library to allow for zoom in/out on images in your documentation.",
11+
"devDependencies": {},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/flexanalytics/plugin-image-zoom.git"
15+
},
16+
"keywords": [
17+
"docusaurus",
18+
"zoom",
19+
"plugin"
20+
],
21+
"author": "ataft",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/flexanalytics/plugin-image-zoom/issues"
25+
},
26+
"homepage": "https://github.com/flexanalytics/plugin-image-zoom#readme"
1027
}

0 commit comments

Comments
 (0)