summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-hints
diff options
context:
space:
mode:
authorJohan Preynat <johan.preynat@gmail.com>2016-10-09 00:58:30 +0200
committerJohan Preynat <johan.preynat@gmail.com>2016-10-09 00:58:30 +0200
commit5a57a2c62ad67210143bfe5dd96dd1605b3724f6 (patch)
tree94cef22779ea438a44eaf3fa3b201456652d7005 /packages/gitbook-plugin-hints
parent4cfffb26f265ce1af71e1f34dc0a9468ad0caaf1 (diff)
parent2d429b731b7ebbf6480f62efa379dad48ee7bdee (diff)
downloadgitbook-5a57a2c62ad67210143bfe5dd96dd1605b3724f6.zip
gitbook-5a57a2c62ad67210143bfe5dd96dd1605b3724f6.tar.gz
gitbook-5a57a2c62ad67210143bfe5dd96dd1605b3724f6.tar.bz2
Merge remote-tracking branch 'origin/dream' into dream
# Conflicts: # packages/gitbook-plugin-headings/package.json
Diffstat (limited to 'packages/gitbook-plugin-hints')
-rw-r--r--packages/gitbook-plugin-hints/package.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/packages/gitbook-plugin-hints/package.json b/packages/gitbook-plugin-hints/package.json
index 1635d36..66dedd0 100644
--- a/packages/gitbook-plugin-hints/package.json
+++ b/packages/gitbook-plugin-hints/package.json
@@ -1,29 +1,29 @@
{
- "name": "gitbook-plugin-hints",
- "description": "Defines four types of styled hint blocks: info, danger, tip, working.",
- "main": "index.js",
- "browser": "./_assets/plugin.js",
- "version": "2.0.0",
- "dependencies": {
- "classnames": "^2.2.5",
- "gitbook-core": "^0.0.0"
- },
- "devDependencies": {
- "gitbook-plugin": "*"
- },
- "engines": {
- "gitbook": ">=4.0.0"
- },
- "scripts": {
- "build-js": "gitbook-plugin build ./src/index.js ./_assets/plugin.js",
- "prepublish": "npm run build-js"
- },
- "homepage": "https://github.com/GitBookIO/gitbook",
- "repository": {
- "type": "git",
- "url": "https://github.com/GitBookIO/gitbook.git"
- },
- "bugs": {
- "url": "https://github.com/GitBookIO/gitbook/issues"
- }
-}
+ "name": "gitbook-plugin-hints",
+ "description": "Defines four types of styled hint blocks: info, danger, tip, working.",
+ "main": "index.js",
+ "browser": "./_assets/plugin.js",
+ "version": "4.0.0",
+ "dependencies": {
+ "classnames": "^2.2.5",
+ "gitbook-core": "4.0.0"
+ },
+ "devDependencies": {
+ "gitbook-plugin": "4.0.0"
+ },
+ "engines": {
+ "gitbook": ">=4.0.0"
+ },
+ "scripts": {
+ "build-js": "gitbook-plugin build ./src/index.js ./_assets/plugin.js",
+ "prepublish": "npm run build-js"
+ },
+ "homepage": "https://github.com/GitBookIO/gitbook",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/GitBookIO/gitbook.git"
+ },
+ "bugs": {
+ "url": "https://github.com/GitBookIO/gitbook/issues"
+ }
+} \ No newline at end of file