Skip to content

Commit fd95145

Browse files
committed
Merge branch 'master' into develop
2 parents 542fac0 + 5b1aa3c commit fd95145

File tree

5 files changed

+95237
-122
lines changed

5 files changed

+95237
-122
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:4.1
1+
FROM node:4.7
22

33
# Install Ruby (for Gem)
44
RUN apt-get update \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ In *Single View* mode you will be able to see only documentation or try-it.
109109

110110
*Resources* can be collapsed if needed by adding the following setting:
111111

112-
<raml-console-loader src="path-to-raml" options="{ resourceCollapsed: true }"></raml-console-loader>
112+
<raml-console-loader src="path-to-raml" options="{ resourcesCollapsed: true }"></raml-console-loader>
113113

114114
### Documentation collapsed
115115

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-console",
3-
"version": "3.0.14",
3+
"version": "3.0.15",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/mulesoft/api-console.git"

dist/scripts/api-console-vendor.js

Lines changed: 95233 additions & 118 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-console",
3-
"version": "3.0.14",
3+
"version": "3.0.15",
44
"description": "Api-Console for RAML based app",
55
"files": [
66
"dist",

0 commit comments

Comments
 (0)