update to latest yang-js/yang-express and adapt schema/server to conform to latest interface changes
diff --git a/package.json b/package.json
index 582aba4..60a7266 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "yang-cord",
-  "version": "1.1.1",
+  "version": "1.1.2",
   "description": "YANG model-driven CORD",
   "author": "Peter K. Lee <peter@corenova.com>",
   "license": "Apache-2.0",
@@ -32,8 +32,8 @@
     "minimist": "^1.2.0",
     "node-uuid": "^1.4.7",
     "superagent": "^2.0.0",
-    "yang-express": "^0.3.3",
-    "yang-js": "^0.15.12"
+    "yang-express": "^0.3.5",
+    "yang-js": "^0.15.13"
   },
   "optionalDependencies": {
     "corenova": "^1.0.0"
@@ -56,6 +56,6 @@
     "prepublish": "npm run build",
     "pretest": "npm run build",
     "test": "mocha",
-    "start": "node lib/api/server.js"
+    "start": "node lib/server.js"
   }
 }