Skip to content

Commit

Permalink
Version 14 upgrade changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradeep Terli committed Jul 18, 2024
1 parent a602246 commit 0bf4962
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 24 deletions.
35 changes: 27 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "ng lint",
"e2e": "ng e2e",
"build-sass": "node-sass --include-path scss projects/angular2-multiselect-dropdown-lib/themes/default.theme.scss projects/angular2-multiselect-dropdown-lib/themes/default.theme.css",
"build-package": "npm run build-sass && ng-packagr -p projects/angular2-multiselect-dropdown-lib/package.json",
"build-package": "npm run build-sass && ng-packagr -p projects/angular2-multiselect-dropdown-lib/ng-package.json",
"github-pages": "ng build --base-href /angular2-multiselect-dropdown/"
},
"private": true,
Expand All @@ -24,8 +24,9 @@
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "^14.3.0",
"@angular/service-worker": "^14.3.0",
"@ng-bootstrap/ng-bootstrap": "^11.0.1",
"@ng-bootstrap/ng-bootstrap": "^13.0.0",
"@tweenjs/tween.js": "^18.6.4",
"angular2-multiselect-dropdown": "^6.0.0",
"bootstrap": "^5.2.3",
"highlight.js": "^10.7.2",
"i": "^0.3.6",
Expand Down Expand Up @@ -57,4 +58,4 @@
"tslint": "~6.1.0",
"typescript": "~4.6.4"
}
}
}
14 changes: 14 additions & 0 deletions projects/angular2-multiselect-dropdown-lib/ng-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "src/public_api.ts"
},
"allowedNonPeerDependencies": ["@tweenjs/tween.js"],
"assets": [
"README.md",
"LICENSE",
"./themes/*.theme.scss",
"./themes/*.theme.css"
],
"dest": "../../dist"
}
13 changes: 0 additions & 13 deletions projects/angular2-multiselect-dropdown-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,6 @@
"angular dropdown",
"angular 6 dropdown multiselect"
],
"ngPackage": {
"lib": {
"entryFile": "src/public_api.ts"
},
"allowedNonPeerDependencies": ["@tweenjs/tween.js"],
"assets": [
"README.md",
"LICENSE",
"./themes/*.theme.scss",
"./themes/*.theme.css"
],
"dest": "../../dist"
},
"peerDependencies": {
},
"dependencies": {
Expand Down

0 comments on commit 0bf4962

Please sign in to comment.