diff --git a/.editorconfig b/.editorconfig index a3341f5..2bd49bd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,4 +9,4 @@ trim_trailing_whitespace = true insert_final_newline = true [*.md] -trim_trailing_whitespace = false \ No newline at end of file +trim_trailing_whitespace = false diff --git a/.gitignore b/.gitignore index bf5269f..ca9b6f5 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,4 @@ $RECYCLE.BIN/ *.msi *.msm *.msp -*.lnk \ No newline at end of file +*.lnk diff --git a/.npmignore b/.npmignore index a4d89d7..057699d 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,6 @@ .editorconfig .gitignore +.npmignore .travis.yml bower.json component.json @@ -7,4 +8,6 @@ composer.json contributing.md gruntfile.js package.js -src \ No newline at end of file +package.json +src +test diff --git a/bower.json b/bower.json index e36c912..e360d7e 100644 --- a/bower.json +++ b/bower.json @@ -31,13 +31,15 @@ ".gitignore", ".npmignore", ".travis.yml", + "bower.json", "component.json", "composer.json", "contributing.md", "gruntfile.js", "package.js", "package.json", - "src" + "src", + "test" ], "dependencies": { "normalize.css": "latest" diff --git a/component.json b/component.json index 455bf29..9286f21 100644 --- a/component.json +++ b/component.json @@ -32,12 +32,14 @@ ".npmignore", ".travis.yml", "bower.json", + "component.json", "composer.json", "contributing.md", "gruntfile.js", "package.js", "package.json", - "src" + "src", + "test" ], "repo": "milligram/milligram", "styles": [ @@ -47,4 +49,4 @@ "license", "readme.md" ] -} \ No newline at end of file +} diff --git a/composer.json b/composer.json index d54108d..29273c4 100644 --- a/composer.json +++ b/composer.json @@ -33,11 +33,13 @@ ".travis.yml", "bower.json", "component.json", + "composer.json", "contributing.md", "gruntfile.js", "package.js", "package.json", - "src" + "src", + "test" ], "dependencies": { "normalize.css": "latest" diff --git a/gruntfile.js b/gruntfile.js index 9f81e37..f2adfed 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -145,6 +145,3 @@ module.exports = function ( grunt ) { }; - - -// Code is Poetry diff --git a/license b/license index 819694a..be284cd 100644 --- a/license +++ b/license @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/package.json b/package.json index b87f2cf..6b72b1b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,9 @@ "contributing.md", "gruntfile.js", "package.js", - "src" + "package.json", + "src", + "test" ], "dependencies": { "normalize.css": "latest" diff --git a/test/index.html b/test/index.html new file mode 100644 index 0000000..e69de29