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/
|
||||
|
||||
npm-debug.log
|
||||
npm-debug.log.*
|
||||
|
||||
!node_modules/*
|
||||
node_modules/*/
|
||||
|
@ -1,2 +1,9 @@
|
||||
/examples/
|
||||
example.js
|
||||
*.example.js
|
||||
*.example.js.map
|
||||
|
||||
/test/
|
||||
/tests/
|
||||
*.spec.js
|
||||
*.spec.js.map
|
||||
|
@ -2,4 +2,4 @@ language: node_js
|
||||
node_js:
|
||||
- 'iojs'
|
||||
- '0.12'
|
||||
- '0.10'
|
||||
- '0.10'
|
||||
|
@ -19,6 +19,7 @@
|
||||
},
|
||||
"preferGlobal": false,
|
||||
"main": "dist/",
|
||||
"bin": {},
|
||||
"files": [
|
||||
"dist/"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user