mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
Update publisher name in package.json, add types field
This commit is contained in:
@@ -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/"
|
||||
|
||||
@@ -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/"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user