Merge branch 'release/v1.2.0-rc4'
This commit is contained in:
commit
ad2c1f196b
2
.github/issue_template.md
vendored
2
.github/issue_template.md
vendored
@ -24,7 +24,7 @@ be fixed in the latest versions. -->
|
|||||||
|
|
||||||
**Milligram:**
|
**Milligram:**
|
||||||
|
|
||||||
**Other (e.g. Normalize.css, Node.js, npm, bower, browser, operating system) (if applicable):**
|
**Other (e.g. normalize.css, node.js, npm, bower, browser, operating system) (if applicable):**
|
||||||
|
|
||||||
|
|
||||||
### Test case
|
### Test case
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
.gitignore
|
.gitignore
|
||||||
.npmignore
|
.npmignore
|
||||||
.travis.yml
|
.travis.yml
|
||||||
|
.versions
|
||||||
bower.json
|
bower.json
|
||||||
changelog.md
|
changelog.md
|
||||||
component.json
|
component.json
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
".gitignore",
|
".gitignore",
|
||||||
".npmignore",
|
".npmignore",
|
||||||
".travis.yml",
|
".travis.yml",
|
||||||
|
".versions",
|
||||||
"bower.json",
|
"bower.json",
|
||||||
"changelog.md",
|
"changelog.md",
|
||||||
"component.json",
|
"component.json",
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
".gitignore",
|
".gitignore",
|
||||||
".npmignore",
|
".npmignore",
|
||||||
".travis.yml",
|
".travis.yml",
|
||||||
|
".versions",
|
||||||
"bower.json",
|
"bower.json",
|
||||||
"changelog.md",
|
"changelog.md",
|
||||||
"component.json",
|
"component.json",
|
||||||
@ -44,9 +45,11 @@
|
|||||||
],
|
],
|
||||||
"repo": "milligram/milligram",
|
"repo": "milligram/milligram",
|
||||||
"styles": [
|
"styles": [
|
||||||
"demo",
|
"examples",
|
||||||
"dist/milligram.css",
|
"dist/milligram.css",
|
||||||
|
"dist/milligram.css.map",
|
||||||
"dist/milligram.min.css",
|
"dist/milligram.min.css",
|
||||||
|
"dist/milligram.min.css.map",
|
||||||
"license",
|
"license",
|
||||||
"readme.md"
|
"readme.md"
|
||||||
]
|
]
|
||||||
|
@ -29,9 +29,11 @@
|
|||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
".editorconfig",
|
".editorconfig",
|
||||||
|
".github",
|
||||||
".gitignore",
|
".gitignore",
|
||||||
".npmignore",
|
".npmignore",
|
||||||
".travis.yml",
|
".travis.yml",
|
||||||
|
".versions",
|
||||||
"bower.json",
|
"bower.json",
|
||||||
"changelog.md",
|
"changelog.md",
|
||||||
"component.json",
|
"component.json",
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
".gitignore",
|
".gitignore",
|
||||||
".npmignore",
|
".npmignore",
|
||||||
".travis.yml",
|
".travis.yml",
|
||||||
|
".versions",
|
||||||
"bower.json",
|
"bower.json",
|
||||||
"changelog.md",
|
"changelog.md",
|
||||||
"component.json",
|
"component.json",
|
||||||
|
Loading…
Reference in New Issue
Block a user