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": { "publishConfig": {
"access": "public" "access": "public"
}, },
"repository": { "repository": "github:syndicate-lang/syndicate-js",
"type": "git",
"url": "git://github.com/syndicate-lang/syndicate-js-core"
},
"scripts": { "scripts": {
"clean": "rm -f dist/*", "clean": "rm -f dist/*",
"test": "mocha", "test": "mocha",

View File

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

View File

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