Skip to content

Commit

Permalink
v0.0.4: publish issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo-Marques committed Apr 30, 2018
1 parent 8c60840 commit e80cf29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "js-promise-middleware",
"version": "0.0.3",
"version": "0.0.4",
"description": "A middleware wrapper for promises that simplifies side effect management.",
"main": "./es/index.js",
"scripts": {
"build": "rimraf es && babel src --out-dir es && flow-copy-source src es && yarn run build:copy-files",
"build:copy-files": "babel-node ./scripts/copy-files.js",
"publish-package": "yarn run build && cd es && yarn publish",
"prepublishOnly": "yarn run build",
"lint": "eslint src test",
"test": "jest",
"test:watch": "yarn test --watch",
Expand Down

0 comments on commit e80cf29

Please sign in to comment.