Skip to content

Commit

Permalink
update to v0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoChiesa committed Sep 5, 2019
1 parent 276d5da commit 709eda7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.12",
"version": "0.4.13",
"description": "Examples for using the Apigee Edge nodeJS library",
"main": "importAndDeploy.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"author": "dchiesa@google.com",
"license": "Apache-2.0",
"dependencies": {
"apigee-edge-js": ">=0.4.12",
"apigee-edge-js": ">=0.4.13",
"async": "2.6.0",
"merge": "1.2.1",
"mkdirp": "0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apigee-edge-js",
"version": "0.4.13",
"version": "0.4.14",
"description": "nodejs library for the administration API for Apigee Edge.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 709eda7

Please sign in to comment.