Skip to content

Commit

Permalink
Release v1.3.3
Browse files Browse the repository at this point in the history
Fixes:
- Support execution of npm prepare scripts
  • Loading branch information
erikap committed Nov 27, 2018
1 parent af211ed commit e2f3713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/mu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mu",
"version": "1.3.2",
"version": "1.3.3",
"description": "Helpers for javascript mu services",
"author": "Aad Versteden <aad.versteden@gmail.com>",
"license": "MIT",
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": "mu-javascript-template",
"version": "1.3.2",
"version": "1.3.3",
"description": "Template for mu services written in JavaScript",
"scripts": {
"dev": "nodemon server.js --watch src/ --exec babel-node",
Expand Down

0 comments on commit e2f3713

Please sign in to comment.