Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Jul 10, 2018
1 parent 2b86c15 commit 8f75830
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 40 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"properties": {
"attributes": {
"type": "array",
"default": ["summary"],
"default": [
"summary"
],
"items": {
"attribute": {
"type": "string"
Expand All @@ -52,7 +54,10 @@
"properties": {
"attributes": {
"type": "array",
"default": ["summary", "typeparam"],
"default": [
"summary",
"typeparam"
],
"items": {
"attribute": {
"type": "string"
Expand All @@ -66,7 +71,10 @@
"properties": {
"attributes": {
"type": "array",
"default": ["summary", "typeparam"],
"default": [
"summary",
"typeparam"
],
"items": {
"attribute": {
"type": "string"
Expand All @@ -80,7 +88,9 @@
"properties": {
"attributes": {
"type": "array",
"default": ["summary"],
"default": [
"summary"
],
"items": {
"attribute": {
"type": "string"
Expand All @@ -94,7 +104,9 @@
"properties": {
"attributes": {
"type": "array",
"default": ["summary"],
"default": [
"summary"
],
"items": {
"attribute": {
"type": "string"
Expand All @@ -108,7 +120,12 @@
"properties": {
"attributes": {
"type": "array",
"default": ["summary", "param", "typeparam", "returns"],
"default": [
"summary",
"param",
"typeparam",
"returns"
],
"items": {
"attribute": {
"type": "string"
Expand All @@ -122,7 +139,10 @@
"properties": {
"attributes": {
"type": "array",
"default": ["summary", "value"],
"default": [
"summary",
"value"
],
"items": {
"attribute": {
"type": "string"
Expand All @@ -136,7 +156,10 @@
"properties": {
"attributes": {
"type": "array",
"default": ["summary", "value"],
"default": [
"summary",
"value"
],
"items": {
"attribute": {
"type": "string"
Expand All @@ -150,7 +173,12 @@
"properties": {
"attributes": {
"type": "array",
"default": ["summary", "param", "typeparam", "returns"],
"default": [
"summary",
"param",
"typeparam",
"returns"
],
"items": {
"attribute": {
"type": "string"
Expand All @@ -164,7 +192,9 @@
"properties": {
"attributes": {
"type": "array",
"default": ["summary"],
"default": [
"summary"
],
"items": {
"attribute": {
"type": "string"
Expand Down

0 comments on commit 8f75830

Please sign in to comment.