Update publisher name in package.json, add types field

This commit is contained in:
Andrew Branch
2020-03-05 17:49:44 -08:00
parent d8e05ba797
commit 4511021fbc
4 changed files with 6 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
"homepage": "https://github.com/DefinitelyTyped/tools#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/"

View File

@@ -6,6 +6,7 @@
"homepage": "https://github.com/DefinitelyTyped/tools#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/"

View File

@@ -1,8 +1,8 @@
{
"name": "types-publisher",
"name": "@definitelytyped/publisher",
"version": "0.0.12",
"main": "./bin/index.js",
"types": "./bin/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Publish DefinitelyTyped definitions to NPM",
"dependencies": {
"@definitelytyped/definitions-parser": "^0.0.12",

View File

@@ -5,6 +5,7 @@
"homepage": "https://github.com/DefinitelyTyped/tools#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/"