diff options
Diffstat (limited to 'packages/gitbook-plugin-copy-code/package.json')
-rw-r--r-- | packages/gitbook-plugin-copy-code/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/gitbook-plugin-copy-code/package.json b/packages/gitbook-plugin-copy-code/package.json index 59e95de..46d2890 100644 --- a/packages/gitbook-plugin-copy-code/package.json +++ b/packages/gitbook-plugin-copy-code/package.json @@ -3,13 +3,13 @@ "description": "Button to copy code blocks", "main": "index.js", "browser": "./_assets/plugin.js", - "version": "4.0.0-alpha.3", + "version": "4.0.0-alpha.4", "dependencies": { "copy-to-clipboard": "^3.0.5", - "gitbook-core": "^4.0.0-alpha.3" + "gitbook-core": "^4.0.0-alpha.4" }, "devDependencies": { - "gitbook-plugin": "^4.0.0-alpha.3" + "gitbook-plugin": "^4.0.0-alpha.4" }, "engines": { "gitbook": ">=3.0.0" |