chore(xo-acl-resolver): minor fixes regarding monorepo

This commit is contained in:
Julien Fontanet 2017-01-10 18:29:52 +01:00
parent 7eee0f4341
commit 341d98e00d
4 changed files with 2516 additions and 14 deletions

View File

@ -1,9 +0,0 @@
language: node_js
node_js:
- 'stable'
- '4'
- '0.12'
# Use containers.
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false

View File

@ -1,4 +1,4 @@
# xo-acl-resolver [![Build Status](https://travis-ci.org/vatesfr/xo-acl-resolver.png?branch=master)](https://travis-ci.org/vatesfr/xo-acl-resolver) # xo-acl-resolver [![Build Status](https://travis-ci.org/vatesfr/xen-orchestra.png?branch=master)](https://travis-ci.org/vatesfr/xen-orchestra)
> [Xen-Orchestra](http://xen-orchestra.com/) internal: do ACLs resolution. > [Xen-Orchestra](http://xen-orchestra.com/) internal: do ACLs resolution.
@ -65,7 +65,7 @@ the code.
You may: You may:
- report any [issue](https://github.com/vatesfr/xo-acl-resolver/issues) - report any [issue](https://github.com/vatesfr/xo-web/issues)
you've encountered; you've encountered;
- fork and create a pull request. - fork and create a pull request.

View File

@ -4,11 +4,11 @@
"license": "ISC", "license": "ISC",
"description": "Xen-Orchestra internal: do ACLs resolution", "description": "Xen-Orchestra internal: do ACLs resolution",
"keywords": [], "keywords": [],
"homepage": "https://github.com/vatesfr/xo-acl-resolver", "homepage": "https://github.com/vatesfr/xen-orchestra",
"bugs": "https://github.com/vatesfr/xo-acl-resolver/issues", "bugs": "https://github.com/vatesfr/xo-web/issues",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/vatesfr/xo-acl-resolver" "url": "https://github.com/vatesfr/xen-orchestra"
}, },
"author": { "author": {
"name": "Julien Fontanet", "name": "Julien Fontanet",

File diff suppressed because it is too large Load Diff