diff --git a/.npmignore b/.npmignore index 5573c1b..a4d89d7 100644 --- a/.npmignore +++ b/.npmignore @@ -3,5 +3,8 @@ .travis.yml bower.json component.json +composer.json +contributing.md gruntfile.js +package.js src \ No newline at end of file diff --git a/bower.json b/bower.json index 8cb7e45..e36c912 100644 --- a/bower.json +++ b/bower.json @@ -8,34 +8,35 @@ "author": "CJ Patoilo ", "main": "dist/milligram.css", "keywords": [ - "boilerplate", "bootstrap", "css", "css3", - "design", "front-end", "framework", "html", "html5", - "kickstart", + "kickstarter", "less", - "milligram", "responsive", "mobile", "mobile-first", + "postcss", "responsive", "sass", - "stylus", - "style", - "stylesheet" + "scss", + "stylus" ], "ignore": [ ".editorconfig", ".gitignore", + ".npmignore", ".travis.yml", "component.json", - "package.json", + "composer.json", + "contributing.md", "gruntfile.js", + "package.js", + "package.json", "src" ], "dependencies": { diff --git a/component.json b/component.json index b66f886..6cec394 100644 --- a/component.json +++ b/component.json @@ -8,34 +8,35 @@ "author": "CJ Patoilo ", "main": "dist/milligram.css", "keywords": [ - "boilerplate", "bootstrap", "css", "css3", - "design", "front-end", "framework", "html", "html5", - "kickstart", + "kickstarter", "less", - "milligram", "responsive", "mobile", "mobile-first", + "postcss", "responsive", "sass", - "stylus", - "style", - "stylesheet" + "scss", + "stylus" ], "ignore": [ ".editorconfig", ".gitignore", + ".npmignore", ".travis.yml", "bower.json", - "package.json", + "composer.json", + "contributing.md", "gruntfile.js", + "package.js", + "package.json", "src" ], "repo": "milligram/milligram", diff --git a/gruntfile.js b/gruntfile.js index ab55c41..aa4c4ad 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -58,7 +58,7 @@ module.exports = function ( grunt ) { all: [ 'dist' ] }, - // Compile SASS files to CSS + // Compile Sass files to CSS sass: { minify: { options: { diff --git a/package.json b/package.json index 9e43d36..b87f2cf 100644 --- a/package.json +++ b/package.json @@ -8,34 +8,35 @@ "author": "CJ Patoilo ", "main": "dist/milligram.css", "keywords": [ - "boilerplate", "bootstrap", "css", "css3", - "design", "front-end", "framework", "html", "html5", - "kickstart", + "kickstarter", "less", - "milligram", "responsive", "mobile", "mobile-first", + "postcss", "responsive", "sass", - "stylus", - "style", - "stylesheet" + "scss", + "stylus" ], "ignore": [ ".editorconfig", ".gitignore", + ".npmignore", ".travis.yml", "bower.json", "component.json", + "composer.json", + "contributing.md", "gruntfile.js", + "package.js", "src" ], "dependencies": { diff --git a/readme.md b/readme.md index 9c95539..b140111 100644 --- a/readme.md +++ b/readme.md @@ -60,4 +60,4 @@ Help improve these docs. Open an [issue](https://github.com/milligram/milligram/ ## License -[MIT License](http://cjpatoilo.mit-license.org/) @ CJ Patoilo +Designed with ♥ by [CJ Patoilo](http://cjpatoilo.com). Licensed under the [MIT License](http://cjpatoilo.mit-license.org).