Skip to content

Commit

Permalink
Remove Gitbook (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuykendall authored May 28, 2019
1 parent 22b6803 commit c196934
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 2,112 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
[![npm Version](https://img.shields.io/npm/v/@mighty-justice/utils.svg)](https://www.npmjs.com/package/@mighty-justice/utils) [![Build Status](https://travis-ci.org/mighty-justice/utils.svg?branch=master)](https://travis-ci.org/mighty-justice/utils) [![Coverage Status](https://coveralls.io/repos/github/mighty-justice/utils/badge.svg?branch=master)](https://coveralls.io/github/mighty-justice/utils?branch=master)

## Installation
#### dependencies
```
```

#### npm
`npm install --save-dev @mighty-justice/utils`

Expand Down
19 changes: 0 additions & 19 deletions book.json

This file was deleted.

9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@
"build:types": "yarn tsc --emitDeclarationOnly",
"deploy": "np",
"dev": "rollup -c -w",
"docs:build": "npm run docs:prepare && gitbook build",
"docs:deploy": "gh-pages -d _book",
"docs:prepare": "gitbook install",
"docs:watch": "npm run docs:prepare && gitbook serve",
"lint": "tslint --project .",
"postpublish": "npm run docs:build && npm run docs:deploy",
"preversion": "npm run lint",
"test": "jest",
"test:watch": "npm run test/*.js -- -w",
Expand Down Expand Up @@ -98,10 +93,6 @@
"coveralls": "^3.0.3",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"gh-pages": "^2.0.1",
"gitbook-cli": "^2.3.2",
"gitbook-plugin-anchorjs": "^2.1.0",
"gitbook-plugin-search-plus": "^1.0.4-alpha-3",
"jest": "^24.1.0",
"jest-environment-jsdom": "^24.0.0",
"lodash": "4.17.11",
Expand Down
Loading

0 comments on commit c196934

Please sign in to comment.