Skip to content

Commit

Permalink
Merge branch 'master' into customer/top-drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
jmataya committed Nov 25, 2016
2 parents 6e58dd5 + e5e56a3 commit 948666f
Show file tree
Hide file tree
Showing 114 changed files with 5,398 additions and 610 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ ashes/public_key.pem
.env.local

# target folder
target/
middlewarehouse/consumers/shipstation/shipstation-consumer
2 changes: 1 addition & 1 deletion api-docs/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v6.2.1
v6.9.1
2 changes: 1 addition & 1 deletion api-docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PORT ?= 3000
all: clean install build

install:
npm install
yarn --pure-lockfile

build: install
mkdir -p $(BUILD_DIR)
Expand Down
6 changes: 3 additions & 3 deletions api-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "api-docs",
"description": "Phoenix API documentation in API Blueprint format",
"repository": {
"type": "git",
"url": "https://github.com/FoxComm/api-docs"
"type": "git",
"url": "https://github.com/FoxComm/api-docs"
},
"dependencies": {
"aglio-theme-olio": "1.6.3",
"aglio": "2.2.1"
"aglio": "2.3.0"
}
}
Loading

0 comments on commit 948666f

Please sign in to comment.