installed json-schema-instantiator

This commit is contained in:
Roman Gotsiy 2015-10-21 17:23:00 +03:00
parent 5e207b343c
commit 25412953df
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
"es6-shim": "github:es-shims/es6-shim@^0.33.6", "es6-shim": "github:es-shims/es6-shim@^0.33.6",
"json-formatter-js": "npm:json-formatter-js@^0.2.0", "json-formatter-js": "npm:json-formatter-js@^0.2.0",
"json-pointer": "npm:json-pointer@^0.3.0", "json-pointer": "npm:json-pointer@^0.3.0",
"json-schema-instantiator": "npm:json-schema-instantiator@^0.2.2",
"json-schema-view-js": "npm:json-schema-view-js@^0.2.0", "json-schema-view-js": "npm:json-schema-view-js@^0.2.0",
"reflect-metadata": "npm:reflect-metadata@^0.1.2", "reflect-metadata": "npm:reflect-metadata@^0.1.2",
"swagger-parser": "npm:swagger-parser@^3.3.0", "swagger-parser": "npm:swagger-parser@^3.3.0",

View File

@ -47,6 +47,7 @@ System.config({
"json": "github:systemjs/plugin-json@0.1.0", "json": "github:systemjs/plugin-json@0.1.0",
"json-formatter-js": "npm:json-formatter-js@0.2.0", "json-formatter-js": "npm:json-formatter-js@0.2.0",
"json-pointer": "npm:json-pointer@0.3.0", "json-pointer": "npm:json-pointer@0.3.0",
"json-schema-instantiator": "npm:json-schema-instantiator@0.2.2",
"json-schema-view-js": "npm:json-schema-view-js@0.2.0", "json-schema-view-js": "npm:json-schema-view-js@0.2.0",
"reflect-metadata": "npm:reflect-metadata@0.1.2", "reflect-metadata": "npm:reflect-metadata@0.1.2",
"swagger-parser": "npm:swagger-parser@3.3.0", "swagger-parser": "npm:swagger-parser@3.3.0",