Skip to content

Commit

Permalink
Merge pull request #440 from zyra/ng-upgrade
Browse files Browse the repository at this point in the history
v7.0.0
  • Loading branch information
ihadeed authored Jun 14, 2020
2 parents 001cd01 + 9eca798 commit bf217f6
Show file tree
Hide file tree
Showing 34 changed files with 8,363 additions and 6,208 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ core/hydrate
core/.stencil
angular/node_modules
angular/dist
react/node_modules
react/dist
react/dist-transpiled
17 changes: 10 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ clone:
depth: 1

volumes:
- name: dockersock
host:
path: /var/run/docker.sock
- name: dockersock
host:
path: /var/run/docker.sock

steps:
- name: Build
Expand Down Expand Up @@ -52,15 +52,18 @@ steps:
image: harbor.zyra.ca/public/zmdocs:v1.1.0
when:
branch:
- master
- master
commands:
- zmdocs g
- zmdocs g

- name: Publish docs
image: plugins/gh-pages
when:
event:
exclude:
- pull_request
branch:
- master
- master
settings:
username:
from_secret: gh_user
Expand All @@ -80,6 +83,6 @@ steps:

---
kind: signature
hmac: 2ff061af89c02c2bddb9f93563be4b445fc15148fa4231c4f5aa77149de40477
hmac: 377034cc4d231e71c45182662eae2f61dfe50b2d363982d5056d871954af320e

...
2 changes: 1 addition & 1 deletion angular/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"dest": "./dist/",
"lib": {
"entryFile": "src/index.ts"
"entryFile": "src/public-api.ts"
},
"whitelistedNonPeerDependencies": [
"@ionic-super-tabs/core"
Expand Down
Loading

0 comments on commit bf217f6

Please sign in to comment.