Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1435 from christav/apiapp-case-fix
Browse files Browse the repository at this point in the history
Fixed case of main module entry point
  • Loading branch information
yugangw-msft committed Jun 10, 2015
2 parents d67c56e + 930fd4d commit a840c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/services/apiAppManagement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Cowlishaw, Mark <[email protected]>",
"Rodrigues, Andre <[email protected]>"
],
"version": "0.1.1",
"version": "0.1.2",
"description": "Microsoft Azure ApiApp Management Client Library for node",
"tags": [
"azure",
Expand All @@ -17,7 +17,7 @@
"management",
"apiapp"
],
"main": "./lib/apiapp.js",
"main": "./lib/apiApp.js",
"engines": {
"node": ">= 0.6.15"
},
Expand Down

0 comments on commit a840c8a

Please sign in to comment.