issues-helper
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -993,3 +993,2 @@ import _objectSpread from '@babel/runtime/helpers/esm/objectSpread2'; | ||
export default IssueCoreEngine; | ||
export { IssueCoreEngine }; |
@@ -1183,2 +1183,1 @@ 'use strict'; | ||
exports.IssueCoreEngine = IssueCoreEngine; | ||
exports.default = IssueCoreEngine; |
@@ -1,4 +0,2 @@ | ||
import { IssueCoreEngine } from './issues'; | ||
export * from './issues'; | ||
export * from './types'; | ||
export default IssueCoreEngine; |
{ | ||
"private": false, | ||
"name": "issues-helper", | ||
"description": "Simple API of GitHub issues.", | ||
"version": "0.0.3", | ||
"scripts": { | ||
"build": "father-build" | ||
}, | ||
"version": "0.0.4", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"typings": "dist/issues/index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/actions-cool/issues-helper/src/issues", | ||
"branch": "main" | ||
"scripts": { | ||
"build": "father-build" | ||
}, | ||
"author": "xrkffgg", | ||
"homepage": "https://github.com/actions-cool/issues-helper/src/issues", | ||
"homepage": "https://github.com/actions-cool/actions-util", | ||
"keywords": [ | ||
"issues", | ||
"github", | ||
"api" | ||
"action", | ||
"ts", | ||
"js", | ||
"tool", | ||
"util" | ||
], | ||
"files": [ | ||
"dist", | ||
"README.md", | ||
"CHANGELOG.md" | ||
"lib", | ||
"es", | ||
"CHANGELOG.md", | ||
"README.md" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/actions-cool/actions-util/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/actions-cool/actions-util", | ||
"branch": "main" | ||
}, | ||
"devDependencies": { | ||
"father-build": "1.19.1" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.12.5", | ||
"@octokit/rest": "^18.0.12" | ||
}, | ||
"devDependencies": { | ||
"father-build": "^1.17.2", | ||
"typescript": "^4.1.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
0
1
73919
1983