Change name to doctest-ts
This commit is contained in:
parent
a7d180c4dc
commit
3142c289a5
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue