updated information

This commit is contained in:
CJ Patoilo 2016-01-12 02:00:02 -03:00
parent bbd7e9c424
commit e98f9493ea
10 changed files with 22 additions and 14 deletions

@ -9,4 +9,4 @@ trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
trim_trailing_whitespace = false

2
.gitignore vendored

@ -39,4 +39,4 @@ $RECYCLE.BIN/
*.msi
*.msm
*.msp
*.lnk
*.lnk

@ -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
package.json
src
test

@ -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"

@ -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"
]
}
}

@ -33,13 +33,15 @@
".travis.yml",
"bower.json",
"component.json",
"composer.json",
"contributing.md",
"gruntfile.js",
"package.js",
"package.json",
"src"
"src",
"test"
],
"dependencies": {
"normalize.css": "latest"
}
}
}

@ -7,4 +7,4 @@ Help improve these docs. Open an [issue](https://github.com/milligram/milligram/
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -m 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request =D
- Submit a pull request =D

@ -145,6 +145,3 @@ module.exports = function ( grunt ) {
};
// Code is Poetry

@ -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.
SOFTWARE.

@ -37,7 +37,9 @@
"contributing.md",
"gruntfile.js",
"package.js",
"src"
"package.json",
"src",
"test"
],
"dependencies": {
"normalize.css": "latest"