From 05bf6208311b300735c138817d486ef56a0b2524 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Thu, 4 Aug 2016 00:22:25 -0300 Subject: [PATCH] Add .verions file and .github folder to be ignored, define main files on component.json file and fix typo on contributing file --- .github/contributing.md | 24 ++++++++++++------------ .github/issue_template.md | 2 +- .npmignore | 1 + bower.json | 1 + component.json | 5 ++++- composer.json | 2 ++ package.json | 1 + 7 files changed, 22 insertions(+), 14 deletions(-) diff --git a/.github/contributing.md b/.github/contributing.md index e0a581b..88e7095 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -60,22 +60,22 @@ Milligram use [Sass](http://sass-lang.com/) to give super powers to CSS. Look at .selector-b, .selector-c, .selector-d[type='text'] - box-sizing: border-box - color: #333 - content: '' - display: inline-block - font-family: 'Helvetica-Neue', 'Helvetica', 'Arial', sans-serif + box-sizing: border-box + color: #333 + content: '' + display: inline-block + font-family: 'Helvetica-Neue', 'Helvetica', 'Arial', sans-serif margin-bottom: 0 - margin-left: 5.0rem + margin-left: 5.0rem - .other-selector-a - background: #fff + .other-selector-a + background: #fff - .other-selector-b - background: #fff + .other-selector-b + background: #fff - &.increasing-the-specificity - color: #000 + &.increasing-the-specificity + color: #000 ``` *Note: This style guide was inspired by [Idiomatic.css](https://github.com/necolas/idiomatic-css). Milligram uses an `.editorconfig` file, which most editors support, to enforce these coding standards.* diff --git a/.github/issue_template.md b/.github/issue_template.md index 95417bc..b00ec68 100755 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -24,7 +24,7 @@ be fixed in the latest versions. --> **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 diff --git a/.npmignore b/.npmignore index 7fe4d1f..acfd74c 100644 --- a/.npmignore +++ b/.npmignore @@ -3,6 +3,7 @@ .gitignore .npmignore .travis.yml +.versions bower.json changelog.md component.json diff --git a/bower.json b/bower.json index 995b779..b31cf30 100644 --- a/bower.json +++ b/bower.json @@ -33,6 +33,7 @@ ".gitignore", ".npmignore", ".travis.yml", + ".versions", "bower.json", "changelog.md", "component.json", diff --git a/component.json b/component.json index ea4e7e1..4c001e2 100644 --- a/component.json +++ b/component.json @@ -33,6 +33,7 @@ ".gitignore", ".npmignore", ".travis.yml", + ".versions", "bower.json", "changelog.md", "component.json", @@ -44,9 +45,11 @@ ], "repo": "milligram/milligram", "styles": [ - "demo", + "examples", "dist/milligram.css", + "dist/milligram.css.map", "dist/milligram.min.css", + "dist/milligram.min.css.map", "license", "readme.md" ] diff --git a/composer.json b/composer.json index a7c813e..fd81017 100644 --- a/composer.json +++ b/composer.json @@ -29,9 +29,11 @@ ], "ignore": [ ".editorconfig", + ".github", ".gitignore", ".npmignore", ".travis.yml", + ".versions", "bower.json", "changelog.md", "component.json", diff --git a/package.json b/package.json index fce167c..9ba3006 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ ".gitignore", ".npmignore", ".travis.yml", + ".versions", "bower.json", "changelog.md", "component.json",