Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8b065f2

Browse files
Replace sh command by bash command, change the material.angularjs.xlts.dev version in the README file
1 parent c91f407 commit 8b065f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This project demonstrates an updated [Ionic v1](https://ionicframework.com/docs/v1/) project that uses the
44
latest [XLTS for AngularJS 1.5.x](https://xlts.dev/angularjs) release (`1.5.17`) rather than the `1.5.11` version
55
that ships with the Ionic v1 SDK. It also makes use of
6-
[XLTS for AngularJS Material 1.1.x](https://material.angularjs.xlts.dev/1.1.28/) (`1.1.30`).
6+
[XLTS for AngularJS Material 1.1.x](https://material.angularjs.xlts.dev/1.1.30/) (`1.1.30`).
77

88
## Package Management
99

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"scripts": {
4848
"preinstall": "npx npm-force-resolutions",
4949
"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",
50-
"postinstall": "sh tools/populate-lib.sh",
50+
"postinstall": "bash tools/populate-lib.sh",
5151
"start": "npm run start:web",
5252
"start:web": "ionic-v1 serve",
5353
"start:android": "ionic cordova run android -l",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /