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",
|
"$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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue