Skip to content

Commit

Permalink
fixed prepublish script (#14)
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
  • Loading branch information
AbdullahDahmash authored and ecleel committed Aug 27, 2018
1 parent 5876ebf commit 8172c1c
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,10 +1,10 @@
{
"name": "moyasar",
"version": "0.4.6",
"version": "0.4.7",
"description": "Moyasar node SDK",
"main": "lib/moyasar.js",
"scripts": {
"prepublish": "babel src -d lib",
"prepublish": "./node_modules/.bin/babel src -d lib",
"start": "nodemon src/moyasar.js --exec babel-node",
"build": "./node_modules/.bin/babel src -d lib",
"shell": "nodemon src/shell.js --exec babel-node",
Expand Down

0 comments on commit 8172c1c

Please sign in to comment.