Skip to content

Commit

Permalink
add bower.json and browser-built js files
Browse files Browse the repository at this point in the history
  • Loading branch information
stomita committed Sep 12, 2014
1 parent fb0214a commit ca7e122
Show file tree
Hide file tree
Showing 29 changed files with 83,561 additions and 1 deletion.
30 changes: 30 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "jsforce",
"version": "1.3.0",
"homepage": "https://github.com/jsforce/jsforce",
"authors": [
"Shinichi Tomita <[email protected]>"
],
"description": "Salesforce API Library for JavaScript",
"main": "./build/jsforce.js",
"keywords": [
"salesforce",
"salesforce.com",
"sfdc",
"force.com",
"database.com"
],
"license": "MIT",
"ignore": [
"**/.*",
"package.json",
"Gruntfile.*",
"testem.json",
"node_modules",
"bower_components",
"bin",
"examples",
"lib",
"test"
]
}
3 changes: 2 additions & 1 deletion build/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
test
__tmp__
Loading

0 comments on commit ca7e122

Please sign in to comment.