Commit 8ae73d41 authored by Abhishek P N's avatar Abhishek P N
Browse files

Issue #SB-0000 fix:Angular 10 upgrade-registry info changes

Showing with 23 additions and 23 deletions
+23 -23
......@@ -60,9 +60,5 @@
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~4.0.8"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}
\ No newline at end of file
{
"name": "@project-sunbird/common-form-elements",
"version": "5.1.0",
"peerDependencies": {
"@angular/common": "^10.2.5",
"@angular/core": "^10.2.5",
"@angular/forms": "^10.2.5",
"@project-sunbird/client-services": "3.6.x",
"lodash-es": "^4.17.15"
},
"peerDependenciesMeta": {
"@project-sunbird/ckeditor-build-classic": {
"optional": true
}
},
"dependencies": {
"immutable": "^4.0.0-rc.12",
"moment": "^2.29.1",
"tslib": "^2.0.0"
"name": "@project-sunbird/common-form-elements",
"version": "5.1.0",
"peerDependencies": {
"@angular/common": "^10.2.5",
"@angular/core": "^10.2.5",
"@angular/forms": "^10.2.5",
"@project-sunbird/client-services": "3.6.x",
"lodash-es": "^4.17.15"
},
"peerDependenciesMeta": {
"@project-sunbird/ckeditor-build-classic": {
"optional": true
}
}
\ No newline at end of file
},
"dependencies": {
"immutable": "^4.0.0-rc.12",
"moment": "^2.29.1",
"tslib": "^2.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment