Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/media-drive/drive
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu1601CS committed Feb 4, 2019
2 parents 69b9e90 + 7cc4139 commit 503ac6c
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 16 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
<p align="center">
<a href="http://github.com/anu1601cs/media-manager"><img src="https://img.shields.io/npm/l/vue.svg" alt="License"></a>
<a href="http://github.com/anu1601cs/media-manager"><img src="https://travis-ci.org/media-drive/drive.svg?branch=master" alt="License"></a>
<a href="http://github.com/anu1601cs/media-manager"><img src="https://badges.greenkeeper.io/media-drive/drive.svg" alt="License"></a>
</p>




### Directory layout



.
├── docs # Documentation files (alternatively `doc`)
├── public # Public files
Expand Down
10 changes: 10 additions & 0 deletions greenkeeper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"groups": {
"default": {
"packages": [
"package.json",
"server/package.json"
]
}
}
}
210 changes: 195 additions & 15 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
Expand Up @@ -43,7 +43,7 @@
"@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-jest": "^24.0.0",
"cypress": "^3.1.4",
"eslint": "^5.12.0",
"eslint-plugin-vue": "^5.1.0",
Expand Down

0 comments on commit 503ac6c

Please sign in to comment.