Skip to content

Commit 53a8474

Browse files
committed
update name of examples package.json
1 parent 2dbe541 commit 53a8474

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "sbux-demo-tools",
3-
"version": "0.1.0",
4-
"description": "Tools to manage Apigee Edge assets for Starbucks demo",
2+
"name": "apigee-edge-js-examples",
3+
"version": "0.1.1",
4+
"description": "Examples for using the Apigee Edge nodeJS library",
55
"main": "importAndDeployProxy.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"author": "dchiesa@google.com",
1010
"license": "Apache-2.0",
1111
"dependencies": {
12-
"apigee-edge-js": "git://github.com/DinoChiesa/apigee-edge-js.git#0.2.5",
12+
"apigee-edge-js": "^0.2.6",
1313
"async": "^0.9.0",
1414
"netrc": "0.1.3",
1515
"node-getopt": "0.2.3",

0 commit comments

Comments
 (0)