Skip to content

Commit

Permalink
v1.2.2 upgraded to node 8 and build pull #9
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemartini committed Jun 26, 2017
1 parent 1d03610 commit d7ab5a3
Show file tree
Hide file tree
Showing 5 changed files with 3,055 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.git
node_modules
coverage
test
meshblu.json

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '5'
- '8'
notifications:
webhooks:
- 'https://beekeeper.octoblu.com/webhooks/travis:ci'
Expand Down
14 changes: 1 addition & 13 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
FROM node:5
MAINTAINER Octoblu, Inc. <docker@octoblu.com>

EXPOSE 80

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

COPY package.json /usr/src/app/
RUN npm -s install --production
COPY . /usr/src/app/

CMD [ "node", "command.js" ]
FROM octoblu/node:8-webservice-onbuild
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "endo-podio",
"version": "1.2.1",
"description": "Put some description here",
"version": "1.2.2",
"description": "Octoblu Endo for Podio",
"keywords": [],
"homepage": "https://github.com/octoblu/endo-podio",
"bugs": "https://github.com/octoblu/endo-podio/issues",
Expand All @@ -22,18 +22,18 @@
"test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
},
"devDependencies": {
"chai": "^3.5.0",
"@octoblu/shmock": "^0.9.1",
"chai": "^4.0.2",
"istanbul": "^0.4.0",
"mocha": "^2.3.4",
"mocha-istanbul": "^0.2.0",
"mocha": "^3.4.2",
"mocha-istanbul": "^0.3.0",
"mocha-multi": "^0.11.0",
"mocha-osx-reporter": "^0.1.2",
"nyc": "^11.0.3",
"passport-strategy": "^1.0.0",
"request": "^2.66.0",
"@octoblu/shmock": "^0.7.2",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"nyc": "^8.3.0",
"mocha-osx-reporter": "^0.1.2",
"mocha-multi": "^0.9.1"
"sinon": "^2.3.5",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"body-parser": "^1.14.1",
Expand Down
Loading

0 comments on commit d7ab5a3

Please sign in to comment.