We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb68a3 commit 36b32beCopy full SHA for 36b32be
.travis.yml
@@ -15,6 +15,7 @@ branches:
15
# the results of previous builds to install future builds
16
script:
17
- rm -f package-lock.json && yarn install
18
+ && yarn global add tsickle
19
&& yarn global add ngx-file-drop
20
&& yarn run packagr
21
# Notifications
package.json
@@ -37,7 +37,6 @@
37
"@angular/common": "^7.0.0",
38
"@angular/platform-browser": "^7.0.0",
39
"@angular/platform-browser-dynamic": "^7.0.0",
40
- "tsickle": ">=0.27.3",
41
"rxjs": "^6.3.3",
42
"zone.js": "0.8.26"
43
},
0 commit comments