Skip to content

Commit

Permalink
update examples to use v0.2.7 of the library
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoChiesa committed May 28, 2017
1 parent a30c899 commit 206a8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apigee-edge-js-examples",
"version": "0.1.1",
"version": "0.1.2",
"description": "Examples for using the Apigee Edge nodeJS library",
"main": "importAndDeployProxy.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"author": "dchiesa@google.com",
"license": "Apache-2.0",
"dependencies": {
"apigee-edge-js": "^0.2.6",
"apigee-edge-js": "^0.2.7",
"async": "^0.9.0",
"netrc": "0.1.3",
"node-getopt": "0.2.3",
Expand Down

0 comments on commit 206a8e0

Please sign in to comment.