Skip to content

Commit

Permalink
Fix travis, add vf-utility-classes, update components
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Mar 8, 2020
1 parent 373bfd6 commit 839b95e
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 339 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ stages:
- deploy

before_script:
# - npm install
- npm install -g gulp-cli
- npm run-script build
- yarn install
- yarn run build

deploy:
provider: pages
Expand Down
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,37 +29,38 @@
"@node-sass/node-module-importer": "^1.2.3",
"@visual-framework/embl-grid": "^1.0.2",
"@visual-framework/vf-banner": "1.0.2",
"@visual-framework/vf-card": "^1.0.3",
"@visual-framework/vf-card-container": "^1.0.0-alpha.2",
"@visual-framework/vf-card": "^1.0.4",
"@visual-framework/vf-card-container": "^1.0.0-alpha.3",
"@visual-framework/vf-code-example": "^1.0.0",
"@visual-framework/vf-config": "^1.0.0-alpha.0",
"@visual-framework/vf-content": "^1.0.4",
"@visual-framework/vf-content": "^1.0.5",
"@visual-framework/vf-core": "^2.0.0-rc.3",
"@visual-framework/vf-design-tokens": "^1.0.3",
"@visual-framework/vf-divider": "^1.0.0",
"@visual-framework/vf-extensions": "^1.0.0-alpha.2",
"@visual-framework/vf-extensions": "^1.0.0-alpha.5",
"@visual-framework/vf-favicon": "1.0.0",
"@visual-framework/vf-font-plex-mono": "^1.0.0",
"@visual-framework/vf-font-plex-sans": "^1.0.0",
"@visual-framework/vf-form__core": "^1.0.0-beta.1",
"@visual-framework/vf-form__core": "^1.0.0-beta.2",
"@visual-framework/vf-global-header": "^1.0.0-rc.1",
"@visual-framework/vf-grid": "^1.0.1",
"@visual-framework/vf-grid-page": "^1.0.0",
"@visual-framework/vf-heading": "^1.0.0",
"@visual-framework/vf-intro": "^1.0.0",
"@visual-framework/vf-lede": "^1.0.0",
"@visual-framework/vf-link": "^1.0.1",
"@visual-framework/vf-link": "^1.0.2",
"@visual-framework/vf-logo": "^1.0.1",
"@visual-framework/vf-navigation": "^1.0.0",
"@visual-framework/vf-navigation": "^1.0.1",
"@visual-framework/vf-no-js": "1.0.0",
"@visual-framework/vf-sass-config": "^1.0.1",
"@visual-framework/vf-sass-utilities": "^1.0.0",
"@visual-framework/vf-section-header": "^1.0.3",
"@visual-framework/vf-summary": "^1.0.1",
"@visual-framework/vf-section-header": "^1.1.0",
"@visual-framework/vf-summary": "^1.0.2",
"@visual-framework/vf-summary-container": "^1.0.0",
"@visual-framework/vf-table": "^0.0.2",
"@visual-framework/vf-tabs": "^1.0.0",
"@visual-framework/vf-text": "^1.0.1",
"@visual-framework/vf-utility-classes": "^1.0.1",
"gulp-image-resize": "^0.13.1",
"html-minifier": "^4.0.0",
"list-stream": "^2.0.0",
Expand Down
Loading

0 comments on commit 839b95e

Please sign in to comment.