gl-w-attachment-frontend
Advanced tools
Comparing version 1.0.3 to 2.0.0
{ | ||
"name": "gl-w-attachment-frontend", | ||
"version": "1.0.3", | ||
"version": "2.0.0", | ||
"description": "Common code for using among web front-end development such as ES6+ and TypeScript", | ||
@@ -17,4 +17,3 @@ "main": "lib/index.js", | ||
"lint": "eslint . --ext .ts", | ||
"build": "tsc", | ||
"publish": "npm publish" | ||
"build": "tsc" | ||
}, | ||
@@ -37,13 +36,20 @@ "repository": { | ||
"homepage": "https://www.glauciosantana.com", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"gl-w-frontend": "file:../../../../../.." | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.14.31", | ||
"@typescript-eslint/eslint-plugin": "^4.26.1", | ||
"@typescript-eslint/eslint-plugin-tslint": "^4.26.1", | ||
"@typescript-eslint/parser": "^4.26.1", | ||
"eslint": "^7.28.0", | ||
"@angular-eslint/builder": "13.5.0", | ||
"@angular-eslint/eslint-plugin": "13.5.0", | ||
"@angular-eslint/eslint-plugin-template": "13.5.0", | ||
"@angular-eslint/schematics": "13.5.0", | ||
"@angular-eslint/template-parser": "13.5.0", | ||
"@types/node": "^12.11.1", | ||
"@typescript-eslint/eslint-plugin": "^5.27.1", | ||
"@typescript-eslint/eslint-plugin-tslint": "^5.27.1", | ||
"@typescript-eslint/parser": "^5.27.1", | ||
"eslint": "^8.17.0", | ||
"shx": "^0.3.4", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.3.5" | ||
"typescript": "^4.6.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
36653
1
13