Skip to content

Commit

Permalink
Merge branch 'feat/upload-acl'
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Mar 28, 2016
2 parents 003c6ba + afa244c commit 05dc687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PKG_VERSION = $(shell ./node_modules/.bin/latest-version $(PKG_NAME))
NPM_PROXY = https://registry.npmjs.com
DOCKER_USER := makeomatic
DIST := $(DOCKER_USER)/$(PKG_NAME)
NODE_VERSIONS := 5.8.0
NODE_VERSIONS := 5.9.0
ENVS := development production
TASK_LIST := $(foreach env,$(ENVS),$(addsuffix .$(env), $(NODE_VERSIONS)))
WORKDIR := /src
Expand Down

0 comments on commit 05dc687

Please sign in to comment.