Skip to content

Commit

Permalink
Merge b3faf46 into 99b635a
Browse files Browse the repository at this point in the history
  • Loading branch information
espy committed Apr 20, 2018
2 parents 99b635a + b3faf46 commit 28225f2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 160 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -24,10 +24,6 @@ jobs:
node_js: lts/*
script:
- npm run semantic-release
- node_js: lts/*
script:
- npm run docs
- npm run deploydocs

stages:
- test
Expand Down
150 changes: 0 additions & 150 deletions docs/template.jade

This file was deleted.

6 changes: 0 additions & 6 deletions package.json
Expand Up @@ -8,10 +8,6 @@
"build": "npm-run-all -p build:*",
"build:client": "browserify -s Account index.js > dist/hoodie-account-client.js",
"postbuild:client": "uglifyjs dist/hoodie-account-client.js -mc > dist/hoodie-account-client.min.js",
"predeploydocs": "./bin/authorize-push.js",
"deploydocs": "gh-pages-deploy",
"predocs": "rimraf docs/build",
"docs": "doxx --source ./ --target docs/build --template ./docs/template.jade --ignore coverage,bin,dist,utils,node_modules,test,utils,index.js",
"presemantic-release": "npm run -s build",
"semantic-release": "semantic-release",
"pretest": "standard",
Expand Down Expand Up @@ -39,9 +35,7 @@
"homepage": "https://github.com/hoodiehq/hoodie-account-client#readme",
"devDependencies": {
"browserify": "^16.0.0",
"doxx": "2.1.1",
"gaze-cli": "^0.2.0",
"gh-pages-deploy": "^0.5.0",
"humble-localstorage": "^1.4.2",
"istanbul": "^0.4.5",
"istanbul-coveralls": "^1.0.3",
Expand Down

0 comments on commit 28225f2

Please sign in to comment.