Skip to content

Commit

Permalink
Updated CoffeeScript dependecy.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Apr 12, 2017
1 parent c0e7bf1 commit e8d7158
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"test": "make test"
},
"dependencies": {
"coffee-script": ">= 1.12.4",
"coffee-script": ">= 1.12.5",
"async": "2.1.x",
"body-parser": "1.17.x",
"chalk": "1.1.x",
Expand Down
4 changes: 2 additions & 2 deletions plugins/aws/package.json
Expand Up @@ -14,8 +14,8 @@
"node": "*"
},
"dependencies": {
"coffee-script": ">= 1.12.4",
"aws-sdk": "2.40.x"
"coffee-script": ">= 1.12.5",
"aws-sdk": "2.41.x"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cron/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffee-script": ">= 1.12.4"
"coffee-script": ">= 1.12.5"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/database-mongodb/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffee-script": ">= 1.12.4",
"coffee-script": ">= 1.12.5",
"mongodb": "2.2.x"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/database-tingodb/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffee-script": ">= 1.12.4",
"coffee-script": ">= 1.12.5",
"tingodb": "0.5.x"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/downloader/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffee-script": ">= 1.12.4"
"coffee-script": ">= 1.12.5"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/logger-file/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffee-script": ">= 1.12.4"
"coffee-script": ">= 1.12.5"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/logger-logentries/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffee-script": ">= 1.12.4",
"coffee-script": ">= 1.12.5",
"node-logentries": "0.1.x"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/logger-loggly/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffee-script": ">= 1.12.4",
"coffee-script": ">= 1.12.5",
"loggly": "1.1.x"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/mailer/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffee-script": ">= 1.12.4",
"coffee-script": ">= 1.12.5",
"nodemailer": "3.1.x"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/metrics/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffee-script": ">= 1.12.4"
"coffee-script": ">= 1.12.5"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/paas/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffee-script": ">= 1.12.4"
"coffee-script": ">= 1.12.5"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/sockets/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffee-script": ">= 1.12.4",
"coffee-script": ">= 1.12.5",
"socket.io": "1.7.x"
},
"repository": {
Expand Down

0 comments on commit e8d7158

Please sign in to comment.