Skip to content

Commit

Permalink
Merge pull request #47 from voucherifyio/refactor-and-new-methods
Browse files Browse the repository at this point in the history
Refactor and add new methods
  • Loading branch information
tpindel authored Dec 3, 2016
2 parents 04bb24b + 91e17da commit 16a3363
Show file tree
Hide file tree
Showing 38 changed files with 2,218 additions and 2,150 deletions.
8 changes: 8 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"presets": ["es2015", "es2016"],
"plugins": [
["add-header-comment", {
"header": ["?release-sources-header.txt"]
}]
]
}
33 changes: 3 additions & 30 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,4 @@
# Logs
logs
lib/
node_modules/
.idea/
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

# IntelliJ IDEA files:
*.iml
.idea/
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node_modules/
.idea/
test/
examples/
release-sources-header.txt
*.log
voucherify-nodejs-sdk
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
install:
- npm install
script:
- npm test
- npm run lint
Loading

0 comments on commit 16a3363

Please sign in to comment.