Skip to content

Commit

Permalink
Release version 1.3.2
Browse files Browse the repository at this point in the history
New features:
- Node version 10.9.0
- NPM version 6.2.0
- Less NPM installs

Fixes since 1.3.1:
- NPM version sometimes failed to install dependencies from git
  • Loading branch information
madnificent committed Aug 27, 2018
1 parent 8f31c93 commit 2c9bde1
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.1",
"version": "1.3.2",
"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.1",
"version": "1.3.2",
"description": "Template for mu services written in JavaScript",
"scripts": {
"dev": "nodemon server.js --watch src/ --exec babel-node",
Expand Down

0 comments on commit 2c9bde1

Please sign in to comment.