manage-linked-packages
Advanced tools
Comparing version 1.0.2 to 1.0.3
declare const _default: () => "darwin" | "linux" | "win32"; | ||
export default _default; | ||
//# sourceMappingURL=getOS.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
declare const _default: (packageManager: "yarn" | "npm", packageName: string) => string | null; | ||
export default _default; | ||
//# sourceMappingURL=getPath.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare const successText: (text: string) => string; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface IMainProps { |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "manage-linked-packages", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "List and reset NPM and Yarn linked packages", | ||
@@ -16,3 +16,5 @@ "main": "lib/index.js", | ||
"yarn", | ||
"javascript" | ||
"javascript", | ||
"global", | ||
"link" | ||
], | ||
@@ -32,3 +34,3 @@ "bugs": { | ||
"prepare": "yarn build", | ||
"prepublishOnly": "yarn test && yarn lint", | ||
"prepublishOnly": "yarn lint", | ||
"preversion": "yarn lint", | ||
@@ -40,3 +42,4 @@ "version": "yarn format && git add -A", | ||
"lib/**/*", | ||
"bin/**/*" | ||
"bin/**/*", | ||
"index.js" | ||
], | ||
@@ -53,12 +56,12 @@ "bin": { | ||
"devDependencies": { | ||
"@types/jest": "^23.3.10", | ||
"@types/jest": "^23.3.13", | ||
"@types/node": "^10.12.18", | ||
"jest": "^23.6.0", | ||
"prettier": "^1.15.3", | ||
"rimraf": "^2.6.2", | ||
"prettier": "^1.16.1", | ||
"rimraf": "^2.6.3", | ||
"ts-jest": "^23.10.5", | ||
"tslint": "^5.12.0", | ||
"tslint": "^5.12.1", | ||
"tslint-config-prettier": "^1.17.0", | ||
"typescript": "^3.2.2" | ||
"typescript": "^3.2.4" | ||
} | ||
} |
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
17963
21
156