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