summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-core
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-core
parent47a27fc12d7b91fae9df9ed7bc63ccd645e866eb (diff)
downloadgitbook-68ec88c62096faf5c8538bec4431868919ae9652.zip
gitbook-68ec88c62096faf5c8538bec4431868919ae9652.tar.gz
gitbook-68ec88c62096faf5c8538bec4431868919ae9652.tar.bz2
Add script to bump version
Diffstat (limited to 'packages/gitbook-core')
-rw-r--r--packages/gitbook-core/package.json96
1 files changed, 48 insertions, 48 deletions
diff --git a/packages/gitbook-core/package.json b/packages/gitbook-core/package.json
index 4e3974e..0c444b7 100644
--- a/packages/gitbook-core/package.json
+++ b/packages/gitbook-core/package.json
@@ -1,49 +1,49 @@
{
- "name": "gitbook-core",
- "version": "0.0.0",
- "description": "Core for GitBook plugins API",
- "main": "./lib/index.js",
- "dependencies": {
- "bluebird": "^3.4.6",
- "classnames": "^2.2.5",
- "entities": "^1.1.1",
- "history": "^4.3.0",
- "html-tags": "^1.1.1",
- "immutable": "^3.8.1",
- "react": "^15.3.1",
- "react-dom": "^15.3.1",
- "react-helmet": "^3.1.0",
- "react-immutable-proptypes": "^2.1.0",
- "react-intl": "^2.1.5",
- "react-redux": "^4.4.5",
- "react-safe-html": "^0.3.0",
- "redux": "^3.5.2",
- "redux-thunk": "^2.1.0",
- "reflexbox": "^2.2.2",
- "whatwg-fetch": "^1.0.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",
- "browserify": "^13.1.0",
- "envify": "^3.4.1",
- "uglify-js": "^2.7.3"
- },
- "scripts": {
- "dist-lib": "rm -rf lib/ && babel -d lib/ src/",
- "dist-standalone": "mkdir -p dist && browserify -r ./lib/index.js:gitbook-core -r react -r react-dom ./lib/index.js | uglifyjs -c > ./dist/gitbook.core.min.js",
- "dist": "npm run dist-lib && npm run dist-standalone",
- "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-core",
+ "version": "4.0.0",
+ "description": "Core for GitBook plugins API",
+ "main": "./lib/index.js",
+ "dependencies": {
+ "bluebird": "^3.4.6",
+ "classnames": "^2.2.5",
+ "entities": "^1.1.1",
+ "history": "^4.3.0",
+ "html-tags": "^1.1.1",
+ "immutable": "^3.8.1",
+ "react": "^15.3.1",
+ "react-dom": "^15.3.1",
+ "react-helmet": "^3.1.0",
+ "react-immutable-proptypes": "^2.1.0",
+ "react-intl": "^2.1.5",
+ "react-redux": "^4.4.5",
+ "react-safe-html": "^0.3.0",
+ "redux": "^3.5.2",
+ "redux-thunk": "^2.1.0",
+ "reflexbox": "^2.2.2",
+ "whatwg-fetch": "^1.0.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",
+ "browserify": "^13.1.0",
+ "envify": "^3.4.1",
+ "uglify-js": "^2.7.3"
+ },
+ "scripts": {
+ "dist-lib": "rm -rf lib/ && babel -d lib/ src/",
+ "dist-standalone": "mkdir -p dist && browserify -r ./lib/index.js:gitbook-core -r react -r react-dom ./lib/index.js | uglifyjs -c > ./dist/gitbook.core.min.js",
+ "dist": "npm run dist-lib && npm run dist-standalone",
+ "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