Minor changes.
This commit is contained in:
parent
5e18b6b878
commit
d521c75085
1
packages/xo-server-auth-ldap/.gitignore
vendored
1
packages/xo-server-auth-ldap/.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
/dist/
|
/dist/
|
||||||
|
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
npm-debug.log.*
|
||||||
|
|
||||||
!node_modules/*
|
!node_modules/*
|
||||||
node_modules/*/
|
node_modules/*/
|
||||||
|
@ -1,2 +1,9 @@
|
|||||||
|
/examples/
|
||||||
|
example.js
|
||||||
|
*.example.js
|
||||||
|
*.example.js.map
|
||||||
|
|
||||||
|
/test/
|
||||||
|
/tests/
|
||||||
*.spec.js
|
*.spec.js
|
||||||
*.spec.js.map
|
*.spec.js.map
|
||||||
|
@ -2,4 +2,4 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- 'iojs'
|
- 'iojs'
|
||||||
- '0.12'
|
- '0.12'
|
||||||
- '0.10'
|
- '0.10'
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
},
|
},
|
||||||
"preferGlobal": false,
|
"preferGlobal": false,
|
||||||
"main": "dist/",
|
"main": "dist/",
|
||||||
|
"bin": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/"
|
"dist/"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user