@cloudcannon/configuration-types
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@cloudcannon/configuration-types", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Contains types and generates JSON Schemas for the CloudCannon configuration file.", | ||
@@ -29,3 +29,4 @@ "author": "CloudCannon <support@cloudcannon.com>", | ||
}, | ||
"types": "./src/main.d.ts", | ||
"main": "./src/index.d.ts", | ||
"types": "./src/index.d.ts", | ||
"publishConfig": { | ||
@@ -32,0 +33,0 @@ "access": "public" |
# Configuration types | ||
Contains types and generates JSON Schemas for the CloudCannon configuration file. | ||
Contains types and generates JSON Schemas for the [CloudCannon](https://cloudcannon.com/) configuration file. | ||
[<img src="https://img.shields.io/npm/v/@cloudcannon%2Fconfiguration-types?logo=npm" alt="version badge">](https://www.npmjs.com/package/@cloudcannon%2Fconfiguration-types) | ||
## Run | ||
@@ -6,0 +8,0 @@ |
94320
28