summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-10-08 14:32:35 +0200
committerSamy Pesse <samypesse@gmail.com>2016-10-08 14:32:35 +0200
commit68ec88c62096faf5c8538bec4431868919ae9652 (patch)
treec057a90cb110af2a2343955dfc66dc0978845434 /packages/gitbook-plugin
parent47a27fc12d7b91fae9df9ed7bc63ccd645e866eb (diff)
downloadgitbook-68ec88c62096faf5c8538bec4431868919ae9652.zip
gitbook-68ec88c62096faf5c8538bec4431868919ae9652.tar.gz
gitbook-68ec88c62096faf5c8538bec4431868919ae9652.tar.bz2
Add script to bump version
Diffstat (limited to 'packages/gitbook-plugin')
-rw-r--r--packages/gitbook-plugin/package.json76
1 files changed, 38 insertions, 38 deletions
diff --git a/packages/gitbook-plugin/package.json b/packages/gitbook-plugin/package.json
index c342eef..64cbf6b 100644
--- a/packages/gitbook-plugin/package.json
+++ b/packages/gitbook-plugin/package.json
@@ -1,39 +1,39 @@
{
- "name": "gitbook-plugin",
- "version": "0.0.0",
- "description": "CLI for compiling and testing plugins",
- "main": "./lib/index.js",
- "dependencies": {
- "babel-preset-es2015": "^6.14.0",
- "babel-preset-react": "^6.11.1",
- "babelify": "^7.3.0",
- "browserify": "^13.1.0",
- "commander": "^2.9.0",
- "fs-extra": "^0.30.0",
- "inquirer": "^1.1.3",
- "q": "^1.4.1",
- "winston": "^2.2.0"
- },
- "devDependencies": {
- "babel-cli": "^6.14.0",
- "babel-preset-es2015": "^6.14.0",
- "babel-preset-react": "^6.11.1",
- "babel-preset-stage-2": "^6.13.0"
- },
- "bin": {
- "gitbook-plugin": "./lib/cli.js"
- },
- "scripts": {
- "dist": "rm -rf lib/ && babel -d lib/ src/ && chmod +x ./lib/cli.js",
- "prepublish": "npm run dist"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/GitbookIO/gitbook.git"
- },
- "author": "GitBook Inc. <contact@gitbook.com>",
- "license": "Apache-2.0",
- "bugs": {
- "url": "https://github.com/GitbookIO/gitbook/issues"
- }
-}
+ "name": "gitbook-plugin",
+ "version": "4.0.0",
+ "description": "CLI for compiling and testing plugins",
+ "main": "./lib/index.js",
+ "dependencies": {
+ "babel-preset-es2015": "^6.14.0",
+ "babel-preset-react": "^6.11.1",
+ "babelify": "^7.3.0",
+ "browserify": "^13.1.0",
+ "commander": "^2.9.0",
+ "fs-extra": "^0.30.0",
+ "inquirer": "^1.1.3",
+ "q": "^1.4.1",
+ "winston": "^2.2.0"
+ },
+ "devDependencies": {
+ "babel-cli": "^6.14.0",
+ "babel-preset-es2015": "^6.14.0",
+ "babel-preset-react": "^6.11.1",
+ "babel-preset-stage-2": "^6.13.0"
+ },
+ "bin": {
+ "gitbook-plugin": "./lib/cli.js"
+ },
+ "scripts": {
+ "dist": "rm -rf lib/ && babel -d lib/ src/ && chmod +x ./lib/cli.js",
+ "prepublish": "npm run dist"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/GitbookIO/gitbook.git"
+ },
+ "author": "GitBook Inc. <contact@gitbook.com>",
+ "license": "Apache-2.0",
+ "bugs": {
+ "url": "https://github.com/GitbookIO/gitbook/issues"
+ }
+} \ No newline at end of file