Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Updated mesos-framework module
Browse files Browse the repository at this point in the history
  • Loading branch information
tobilg committed Jul 29, 2016
1 parent 3b71b47 commit b168662
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mesos-framework-boilerplate",
"version": "0.1.0",
"version": "0.1.1",
"description": "A boilerplate for developing Mesos frameworks with JavaScript",
"main": "index.js",
"scripts": {
Expand All @@ -15,10 +15,12 @@
"mesos",
"framework",
"scheduler",
"executor",
"boilerplate",
"mesosphere",
"dc/os",
"dcos"
"dcos",
"dashboard"
],
"author": "[email protected]",
"license": "MIT",
Expand All @@ -29,7 +31,7 @@
"dependencies": {
"express": "^4.14.0",
"lodash": "^4.14.0",
"mesos-framework": "^0.2.7",
"mesos-framework": "^0.2.8",
"require-environment-variables": "^1.1.2"
}
}

0 comments on commit b168662

Please sign in to comment.