Skip to content

Commit 0d7e59d

Browse files
author
Jane Quinn
committed
added pilicense url and header image
1 parent 4542df2 commit 0d7e59d

File tree

3 files changed

+35
-4
lines changed

3 files changed

+35
-4
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 Damian Beresford and Senecajs.org contributors
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# Seneca Salesforce Store
1+
![Seneca](http://senecajs.org/files/assets/seneca-logo.png)
2+
> A Seneca [Data Store](https://github.com/rjrodger/seneca/blob/master/doc/data-store.md) for SalesForce.
23
3-
[![Build Status](https://travis-ci.org/nearform/seneca-salesforce-store.png)](https://travis-ci.org/nearform/seneca-salesforce-store)
4-
[![Coverage](https://coveralls.io/repos/nearform/seneca-salesforce-store/badge.svg?branch=master)](https://coveralls.io/r/nearform/seneca-salesforce-store?branch=master)
4+
# Seneca Salesforce Store
55

6-
A Seneca [Data Store](https://github.com/rjrodger/seneca/blob/master/doc/data-store.md) for SalesForce.
6+
[![Build Status](https://travis-ci.org/senecajs-labs/seneca-salesforce-store.png)](https://travis-ci.org/senecajs-labs/seneca-salesforce-store)
7+
[![Coverage](https://coveralls.io/repos/senecajs-labs/seneca-salesforce-store/badge.svg?branch=master)](https://coveralls.io/r/senecajs-labs/seneca-salesforce-store?branch=master)
78

89
`seneca-salesforce-store` is built on top of [JSForce](https://www.npmjs.com/package/jsforce), which is documented in detail [here](https://jsforce.github.io/document/).
910

@@ -43,3 +44,8 @@ env url='https://test.salesforce.com' [email protected] password=Password
4344
## Debug
4445

4546
`seneca-salesforce-store` uses [debug](https://www.npmjs.com/package/debug), to enable, pass `DEBUG=seneca-salesforce-store` environment variable.
47+
48+
## License
49+
Copyright Damian Beresford and Senecajs.org contributors, 2016, Licensed under [MIT][].
50+
51+
[MIT]: ./LICENSE

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"semistandard": "./node_modules/.bin/semistandard index.js salesforce.js",
1010
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
1111
},
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/senecajs-labs/seneca-salesforce-store.git"
15+
},
1216
"pre-commit": [
1317
"semistandard",
1418
"test"

0 commit comments

Comments
 (0)