Skip to content

Commit

Permalink
fix auto deploy (#13)
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
  • Loading branch information
AbdullahDahmash authored and ecleel committed Aug 27, 2018
1 parent 8482dc3 commit 5876ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "moyasar",
"version": "0.4.5",
"version": "0.4.6",
"description": "Moyasar node SDK",
"main": "lib/moyasar.js",
"scripts": {
"prepublish": "babel src -d lib",
"start": "nodemon src/moyasar.js --exec babel-node",
"build": "babel src -d lib",
"build": "./node_modules/.bin/babel src -d lib",
"shell": "nodemon src/shell.js --exec babel-node",
"test": "mocha --compilers js:babel-register",
"test:watch": "mocha --compilers js:babel-register --watch"
Expand Down

0 comments on commit 5876ebf

Please sign in to comment.