Make server package public

This commit is contained in:
Tony Garnock-Jones 2019-05-28 16:10:47 +01:00
parent 1913793996
commit d9b106ac99
1 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,17 @@
{
"name": "@syndicate-lang/server",
"private": true,
"version": "0.0.8",
"description": "Client-server for Syndicate",
"repository": "github:syndicate-lang/syndicate-js",
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"license": "GPL-3.0+",
"publishConfig": {
"access": "public"
},
"scripts": {
"prepare": "which redo >/dev/null && redo || ../../do"
},
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/server",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
@ -20,9 +29,6 @@
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
},
"scripts": {
"prepare": "which redo >/dev/null && redo || ../../do"
},
"main": "lib/index.js",
"bin": {
"syndicate-server": "./bin/syndicate-server.js"