Skip to content

Commit

Permalink
Add serverless as a peer dependency, and bump package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-meacham committed May 3, 2017
1 parent f72672d commit 52473ca
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "serverless-plugin-bind-deployment-id",
"version": "0.1.0",
"version": "1.0.0",
"engines": {
"node": ">=4.0"
},
Expand Down Expand Up @@ -46,8 +46,8 @@
"babel-cli": "6.18.0",
"babel-core": "6.21.0",
"babel-eslint": "7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-node6": "^11.0.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-node6": "11.0.0",
"babel-preset-stage-1": "6.16.0",
"babel-register": "6.18.0",
"coveralls": "2.11.15",
Expand All @@ -60,6 +60,9 @@
"nyc": "10.0.0",
"rimraf": "2.5.4"
},
"peerDependencies": {
"serverless": ">= 0.12.0"
},
"ava": {
"require": [
"babel-register"
Expand Down

0 comments on commit 52473ca

Please sign in to comment.