We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e813fb4 commit 6ec0e8cCopy full SHA for 6ec0e8c
package.json
@@ -48,7 +48,7 @@
48
"gulp-tslint": "^5.0.0",
49
"gulp-util": "^3.0.6",
50
"gulp-watch": "^4.3.4",
51
- "harp": "0.21.0-pre.1",
+ "harp": "^0.21.0",
52
"html2jade": "^0.8.4",
53
"indent-string": "^2.1.0",
54
"jasmine-core": "^2.3.4",
scripts/install.sh
@@ -16,9 +16,6 @@ fi
16
echo "Installing main packages ..."
17
npm install --no-optional
18
19
-echo "Patching ..."
20
-source ./scripts/patch.sh
21
-
22
if [ -z "$TRAVIS" ]; then
23
echo "Rebuilding node-sass, just in case ..."
24
npm rebuild node-sass;
scripts/patch.sh
0 commit comments