Skip to content

Commit aedad5e

Browse files
jzolnowskiJaroslaw Zolnowski
authored andcommitted
fix: remove duplicated angular-animate package in the switch-to-lts-packages script, reorder folders in gitignore
1 parent f482991 commit aedad5e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ npm-debug.log*
2929
/node_modules
3030
/platforms
3131
/plugins
32-
3332
/test-results/
3433
/playwright-report/
3534
/playwright/.cache/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"scripts": {
5050
"preinstall": "npx npm-force-resolutions",
51-
"switch-to-lts-packages": "npm i --save angular@1.5.11 angular-animate@1.5.11 angular-animate@1.5.11 angular-aria@1.5.11 angular-material@1.1.24 angular-messages@1.5.11 angular-sanitize@1.5.11 && npm run postinstall",
51+
"switch-to-lts-packages": "npm i --save angular@1.5.11 angular-animate@1.5.11 angular-aria@1.5.11 angular-material@1.1.24 angular-messages@1.5.11 angular-sanitize@1.5.11 && npm run postinstall",
5252
"postinstall": "npx playwright install && bash tools/populate-lib.sh",
5353
"start": "npm run start:web",
5454
"start:web": "ionic-v1 serve",

0 commit comments

Comments
 (0)