Change name to doctest-ts

This commit is contained in:
Dan Rosén 2018-02-28 10:09:01 +01:00
parent a7d180c4dc
commit 3142c289a5

View file

@ -1,11 +1,11 @@
{
"$schema": "http://json.schemastore.org/package",
"name": "typescript-doctest",
"name": "doctest-ts",
"version": "0.1.0",
"description": "doctest support for typescript",
"main": "src/main.ts",
"bin": {
"typescript-doctest": "dist/src/main.js"
"doctest-ts": "dist/src/main.js"
},
"scripts": {
"build": "tsc",
@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/danr/typescript-doctest.git"
"url": "git+https://github.com/danr/doctest-ts.git"
},
"keywords": [
"doctest",
@ -25,9 +25,9 @@
"author": "Dan Rosén",
"license": "MIT",
"bugs": {
"url": "https://github.com/danr/typescript-doctest/issues"
"url": "https://github.com/danr/doctest-ts/issues"
},
"homepage": "https://github.com/danr/typescript-doctest#readme",
"homepage": "https://github.com/danr/doctest-ts#readme",
"dependencies": {
"chokidar": "^2.0.1",
"global": "^4.3.2",