mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 16:49:41 +02:00
upgrade to schema-builder v5
This commit is contained in:
+1
-2
@@ -1,4 +1,3 @@
|
||||
|
||||
const schemaBuilder = require('@ideditor/schema-builder');
|
||||
import schemaBuilder from '@ideditor/schema-builder';
|
||||
|
||||
schemaBuilder.buildDev();
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
const schemaBuilder = require('@ideditor/schema-builder');
|
||||
import schemaBuilder from '@ideditor/schema-builder';
|
||||
|
||||
schemaBuilder.buildDist({
|
||||
taginfoProjectInfo: {
|
||||
|
||||
+2
-1
@@ -1,2 +1,3 @@
|
||||
const schemaBuilder = require('@ideditor/schema-builder');
|
||||
import schemaBuilder from '@ideditor/schema-builder';
|
||||
|
||||
schemaBuilder.validate();
|
||||
|
||||
Reference in New Issue
Block a user