Skip to content

Commit

Permalink
Merge pull request #11 from holidayextras/NB-1086-2
Browse files Browse the repository at this point in the history
Nb 1086 2
  • Loading branch information
JordanHood authored Jul 24, 2018
2 parents 46db1da + 809ba1f commit ab3b93a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
8
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# plugin-harvest

[![Circle CI](https://circleci.com/gh/holidayextras/plugin-harvest/tree/master.svg?style=svg&circle-token=05a70f71a614d4fe9b05c67972e171fec72a3687)](https://circleci.com/gh/holidayextras/plugin-harvest)

## About

A [hapi](http://hapijs.com/) plugin to connect to a CouchDB database with encoded baskets
Expand Down
33 changes: 0 additions & 33 deletions circle.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plugin-harvest",
"description": "A hapi Plugin to connect to a CouchDB database with encoded baskets",
"version": "3.1.0",
"version": "3.2.0",
"homepage": "https://github.com/holidayextras/plugin-harvest",
"author": {
"name": "Shortbreaks",
Expand All @@ -17,14 +17,14 @@
"node": ">=8.9.3"
},
"scripts": {
"ci": "istanbul cover _mocha -- --timeout 15000 --recursive test/**/*Test.js -R xunit > $CIRCLE_TEST_REPORTS/unit/results.xml",
"ci": "echo 'nothing to do here'",
"lint": "standard",
"prerelease": "node_modules/deployment-helpers/nodeApps/preRelease.sh",
"pretest": "npm run prerelease",
"test": "npm run lint && npm run test:coverage",
"test:coverage": "NODE_PATH=${PWD} istanbul cover _mocha",
"posttest": "istanbul check-coverage",
"deploy": "exit 0"
"deploy": "./scripts/deploy.sh"
},
"dependencies": {
"harvest": "git+ssh://git@github.com:holidayextras/harvest.git#v2.0.1",
Expand Down
2 changes: 2 additions & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
node_modules/deployment-helpers/nodeApps/postRelease.sh $CI_BRANCH

0 comments on commit ab3b93a

Please sign in to comment.