Skip to content

Commit 6ec0e8c

Browse files
chalinfilipesilva
authored andcommitted
chore: update harp release and drop terraform patch script (angular#2754)
1 parent e813fb4 commit 6ec0e8c

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"gulp-tslint": "^5.0.0",
4949
"gulp-util": "^3.0.6",
5050
"gulp-watch": "^4.3.4",
51-
"harp": "0.21.0-pre.1",
51+
"harp": "^0.21.0",
5252
"html2jade": "^0.8.4",
5353
"indent-string": "^2.1.0",
5454
"jasmine-core": "^2.3.4",

scripts/install.sh

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ fi
1616
echo "Installing main packages ..."
1717
npm install --no-optional
1818

19-
echo "Patching ..."
20-
source ./scripts/patch.sh
21-
2219
if [ -z "$TRAVIS" ]; then
2320
echo "Rebuilding node-sass, just in case ..."
2421
npm rebuild node-sass;

scripts/patch.sh

-17
This file was deleted.

0 commit comments

Comments
 (0)