diff --git a/packages/html/examples/flappy-bird/package.json b/packages/html/examples/flappy-bird/package.json index bcec145..5ea1119 100644 --- a/packages/html/examples/flappy-bird/package.json +++ b/packages/html/examples/flappy-bird/package.json @@ -1,6 +1,6 @@ { "name": "@syndicate-lang/html-flappy-bird-example", - "version": "0.0.0", + "private": true, "description": "HTML UI Flappy Bird Syndicate example", "main": "index.js", "scripts": { diff --git a/packages/html/examples/table/package.json b/packages/html/examples/table/package.json index 303f234..2fd69dd 100644 --- a/packages/html/examples/table/package.json +++ b/packages/html/examples/table/package.json @@ -1,6 +1,6 @@ { "name": "@syndicate-lang/html-table-example", - "version": "0.0.0", + "private": true, "description": "Simple HTML UI Syndicate example", "main": "index.js", "scripts": { diff --git a/packages/syndicatec/examples/javascript/package.json b/packages/syndicatec/examples/javascript/package.json index 5737fab..158fd0f 100644 --- a/packages/syndicatec/examples/javascript/package.json +++ b/packages/syndicatec/examples/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@syndicate-lang/syndicatec-javascript-example", - "version": "0.0.0", + "private": true, "description": "Simple syndicatec example in JavaScript", "main": "index.js", "scripts": { diff --git a/packages/syndicatec/examples/typescript/package.json b/packages/syndicatec/examples/typescript/package.json index 7bb4e1c..54b2b8e 100644 --- a/packages/syndicatec/examples/typescript/package.json +++ b/packages/syndicatec/examples/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@syndicate-lang/syndicatec-typescript-example", - "version": "0.0.0", + "private": true, "description": "Simple syndicatec example in TypeScript", "main": "index.js", "scripts": { diff --git a/packages/ts-plugin/examples/typescript/package.json b/packages/ts-plugin/examples/typescript/package.json index be0fccb..248eb64 100644 --- a/packages/ts-plugin/examples/typescript/package.json +++ b/packages/ts-plugin/examples/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@syndicate-lang/syndicatec-ts-plugin-example", - "version": "0.0.0", + "private": true, "description": "Simple syndicatec example in TypeScript", "main": "index.js", "scripts": { diff --git a/packages/tsc/examples/typescript/package.json b/packages/tsc/examples/typescript/package.json index 557f41f..221ea1f 100644 --- a/packages/tsc/examples/typescript/package.json +++ b/packages/tsc/examples/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@syndicate-lang/syndicate-tsc-typescript-example", - "version": "0.0.0", + "private": true, "description": "Simple syndicate-tsc example in TypeScript", "main": "index.js", "scripts": {