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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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