tson-schema
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "tson-schema", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A TypeScript API to create JSON-Schemas and TypeScript types", | ||
"files": ["dist"], | ||
"main": "dist/ts-json-schema.js", | ||
"types": "dist/ts-json-schema.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/tson-schema.js", | ||
"types": "dist/tson-schema.d.ts", | ||
"scripts": { | ||
@@ -9,0 +11,0 @@ "build": "tsc", |
@@ -16,3 +16,3 @@ # tson-schema | ||
``` | ||
npm install -S ts-json-schema | ||
npm install -S tson-schema | ||
``` | ||
@@ -23,3 +23,3 @@ | ||
``` | ||
yarn add ts-json-schema | ||
yarn add tson-schema | ||
``` | ||
@@ -30,3 +30,3 @@ | ||
```ts | ||
import * as s from 'ts-json-schema' | ||
import * as s from 'tson-schema' | ||
@@ -33,0 +33,0 @@ /** |
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
19136
8
367