Adapt to monorepo

This commit is contained in:
Tony Garnock-Jones 2018-11-02 10:59:09 +00:00
parent 46b3611212
commit 900c9ffba7
17 changed files with 9 additions and 8965 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
bootstrap:
npx lerna bootstrap
.PHONY: bootstrap

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"name": "@syndicate-lang/core",
"version": "0.0.3",
"description": "Imperative Syndicate in the browser",
"homepage": "https://github.com/syndicate-lang/syndicate-js-core",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/core",
"license": "GPL-3.0+",
"publishConfig": {
"access": "public"

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,8 @@
{
"name": "@syndicate-lang/syntax-test",
"name": "@syndicate-lang/syntax-playground",
"private": true,
"version": "0.0.0",
"homepage": "https://github.com/syndicate-lang/syndicate-js-syntax-test",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/syntax-playground",
"license": "GPL-3.0+",
"repository": {
"type": "git",

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "@syndicate-lang/syntax",
"version": "0.0.5",
"homepage": "https://github.com/syndicate-lang/syndicate-js-syntax",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/syntax",
"license": "GPL-3.0+",
"publishConfig": {
"access": "public"