- @syndicate-lang/core@0.0.5
 - @syndicate-lang/syntax-playground@0.0.1
 - @syndicate-lang/syntax@0.0.7
This commit is contained in:
Tony Garnock-Jones 2018-11-02 12:28:01 +00:00
parent 6a9bb7ec81
commit ff2302ec4c
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@syndicate-lang/core",
"version": "0.0.4",
"version": "0.0.5",
"description": "Imperative Syndicate in the browser",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/core",
"license": "GPL-3.0+",

View File

@ -1,7 +1,7 @@
{
"name": "@syndicate-lang/syntax-playground",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/syntax-playground",
"license": "GPL-3.0+",
"repository": {
@ -12,10 +12,10 @@
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@syndicate-lang/syntax": ">=0.0.1"
"@syndicate-lang/syntax": "^0.0.7"
},
"dependencies": {
"@syndicate-lang/core": ">=0.0.1",
"@syndicate-lang/core": "^0.0.5",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2"
}

View File

@ -1,6 +1,6 @@
{
"name": "@syndicate-lang/syntax",
"version": "0.0.6",
"version": "0.0.7",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/syntax",
"license": "GPL-3.0+",
"publishConfig": {