deprecation
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "deprecation", | ||
"version": "2.1.0", | ||
"description": "Log a deprecation message with stack", | ||
"types": "src/index.d.ts", | ||
"scripts": { | ||
"build": "pack build", | ||
"pretest": "npm run -s build", | ||
"test": "node test.js", | ||
"semantic-release": "semantic-release" | ||
}, | ||
"version": "2.2.0", | ||
"license": "ISC", | ||
"files": [ | ||
"dist-*/", | ||
"bin/" | ||
], | ||
"esnext": "dist-src/index.js", | ||
"main": "dist-node/index.js", | ||
"module": "dist-web/index.js", | ||
"types": "dist-types/index.d.ts", | ||
"pika": true, | ||
"sideEffects": false, | ||
"keywords": [ | ||
@@ -17,4 +21,2 @@ "deprecate", | ||
], | ||
"author": "Gregor Martynus (https://twitter.com/gr2m", | ||
"license": "ISC", | ||
"repository": { | ||
@@ -24,2 +26,3 @@ "type": "git", | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -31,21 +34,4 @@ "@pika/pack": "^0.3.7", | ||
"@pika/plugin-standard-pkg": "^0.4.0", | ||
"semantic-release": "^15.13.3" | ||
}, | ||
"dependencies": {}, | ||
"@pika/pack": { | ||
"pipeline": [ | ||
[ | ||
"@pika/plugin-standard-pkg" | ||
], | ||
[ | ||
"@pika/plugin-build-node" | ||
], | ||
[ | ||
"@pika/plugin-build-web" | ||
], | ||
[ | ||
"@pika/plugin-build-types" | ||
] | ||
] | ||
"semantic-release": "github:semantic-release/semantic-release#gr2m-actions-test" | ||
} | ||
} |
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
36
4056
3