Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #339 from kshefchek/1.0.3
Browse files Browse the repository at this point in the history
patch release 1.0.3
  • Loading branch information
kshefchek authored May 29, 2020
2 parents 4c1f66c + a136423 commit fb3ed4b
Show file tree
Hide file tree
Showing 37 changed files with 1,063 additions and 822 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ stages:
- test
jobs:
include:
- stage: test
- stage: test and lint
script:
- npm run test:unit
- stage: test and lint
script:
- npm run lint
49 changes: 15 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monarch-ui",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"dev": "npm run serve",
Expand Down
68 changes: 0 additions & 68 deletions public/news.yaml

This file was deleted.

12 changes: 6 additions & 6 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<template>
<div
id="app"
class="page-wrapper">

class="page-wrapper"
>
<div class="content-wrapper">
<monarch-navbar/>
<monarch-navbar />
<div class="main-wrapper">
<router-view/>
<router-view />
</div>
</div>

<div class="footer-wrapper">
<monarch-footer
:compact="useCompactFooter"/>
:compact="useCompactFooter"
/>
</div>

</div>
</template>

Expand Down
Loading

0 comments on commit fb3ed4b

Please sign in to comment.