Correct package.json repository fields

This commit is contained in:
Tony Garnock-Jones 2018-11-02 17:05:29 +00:00
parent ff2302ec4c
commit 9e41d8754c
3 changed files with 3 additions and 12 deletions

View File

@ -7,10 +7,7 @@
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/syndicate-lang/syndicate-js-core"
},
"repository": "github:syndicate-lang/syndicate-js",
"scripts": {
"clean": "rm -f dist/*",
"test": "mocha",

View File

@ -4,10 +4,7 @@
"version": "0.0.1",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/syntax-playground",
"license": "GPL-3.0+",
"repository": {
"type": "git",
"url": "git://github.com/syndicate-lang/syndicate-js-syntax-test"
},
"repository": "github:syndicate-lang/syndicate-js",
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"devDependencies": {
"@babel/core": "^7.1.2",

View File

@ -6,10 +6,7 @@
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/syndicate-lang/syndicate-js-syntax"
},
"repository": "github:syndicate-lang/syndicate-js",
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"scripts": {
"prepare": "make build"