metaschema
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -5,8 +5,11 @@ #!/usr/bin/env node | ||
const fs = require('fs'); | ||
const path = require('path'); | ||
const common = require('metarhia-common'); | ||
const metaschema = require('..'); | ||
const metaschema = require('metaschema'); | ||
const apiFile = process.argv[2]; | ||
const cwd = process.cwd(); | ||
const apiFile = path.resolve(cwd, process.argv[2]); | ||
try { | ||
@@ -13,0 +16,0 @@ const imports = require(apiFile); |
{ | ||
"name": "metaschema", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Metadata Schema and Interface Definition Language (IDL)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7421
56