Skip to content

Commit

Permalink
add skip cleanup and removed before scripts (#17)
Browse files Browse the repository at this point in the history
* add refund partially

* update version

* Update .travis.yml

* run from local babel

* bump version 0.4.6

* fixed prepublish script

* change from prepublish to prepare

* added before script

* add skip cleanup on deploy
  • Loading branch information
AbdullahDahmash authored and ecleel committed Aug 28, 2018
1 parent 2e5b063 commit daef461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: node_js
node_js:
- 'node'
before_script:
- rm -rf ./node_modules package-lock.json
- npm install
deploy:
skip_cleanup: true
provider: npm
email: [email protected]
api_key:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moyasar",
"version": "0.4.9",
"version": "0.4.10",
"description": "Moyasar node SDK",
"main": "lib/moyasar.js",
"scripts": {
Expand Down

0 comments on commit daef461

Please sign in to comment.