Merge branch 'release/v1.1.0-rc3'
This commit is contained in:
commit
d3b9f9c4bf
@ -9,4 +9,4 @@ trim_trailing_whitespace = true
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -39,4 +39,4 @@ $RECYCLE.BIN/
|
|||||||
*.msi
|
*.msi
|
||||||
*.msm
|
*.msm
|
||||||
*.msp
|
*.msp
|
||||||
*.lnk
|
*.lnk
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.editorconfig
|
.editorconfig
|
||||||
.gitignore
|
.gitignore
|
||||||
|
.npmignore
|
||||||
.travis.yml
|
.travis.yml
|
||||||
bower.json
|
bower.json
|
||||||
component.json
|
component.json
|
||||||
@ -7,4 +8,6 @@ composer.json
|
|||||||
contributing.md
|
contributing.md
|
||||||
gruntfile.js
|
gruntfile.js
|
||||||
package.js
|
package.js
|
||||||
src
|
package.json
|
||||||
|
src
|
||||||
|
test
|
||||||
|
@ -31,13 +31,15 @@
|
|||||||
".gitignore",
|
".gitignore",
|
||||||
".npmignore",
|
".npmignore",
|
||||||
".travis.yml",
|
".travis.yml",
|
||||||
|
"bower.json",
|
||||||
"component.json",
|
"component.json",
|
||||||
"composer.json",
|
"composer.json",
|
||||||
"contributing.md",
|
"contributing.md",
|
||||||
"gruntfile.js",
|
"gruntfile.js",
|
||||||
"package.js",
|
"package.js",
|
||||||
"package.json",
|
"package.json",
|
||||||
"src"
|
"src",
|
||||||
|
"test"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"normalize.css": "latest"
|
"normalize.css": "latest"
|
||||||
|
@ -32,12 +32,14 @@
|
|||||||
".npmignore",
|
".npmignore",
|
||||||
".travis.yml",
|
".travis.yml",
|
||||||
"bower.json",
|
"bower.json",
|
||||||
|
"component.json",
|
||||||
"composer.json",
|
"composer.json",
|
||||||
"contributing.md",
|
"contributing.md",
|
||||||
"gruntfile.js",
|
"gruntfile.js",
|
||||||
"package.js",
|
"package.js",
|
||||||
"package.json",
|
"package.json",
|
||||||
"src"
|
"src",
|
||||||
|
"test"
|
||||||
],
|
],
|
||||||
"repo": "milligram/milligram",
|
"repo": "milligram/milligram",
|
||||||
"styles": [
|
"styles": [
|
||||||
@ -47,4 +49,4 @@
|
|||||||
"license",
|
"license",
|
||||||
"readme.md"
|
"readme.md"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -33,11 +33,13 @@
|
|||||||
".travis.yml",
|
".travis.yml",
|
||||||
"bower.json",
|
"bower.json",
|
||||||
"component.json",
|
"component.json",
|
||||||
|
"composer.json",
|
||||||
"contributing.md",
|
"contributing.md",
|
||||||
"gruntfile.js",
|
"gruntfile.js",
|
||||||
"package.js",
|
"package.js",
|
||||||
"package.json",
|
"package.json",
|
||||||
"src"
|
"src",
|
||||||
|
"test"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"normalize.css": "latest"
|
"normalize.css": "latest"
|
||||||
|
@ -145,6 +145,3 @@ module.exports = function ( grunt ) {
|
|||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// Code is Poetry
|
|
||||||
|
2
license
2
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
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
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
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
@ -37,7 +37,9 @@
|
|||||||
"contributing.md",
|
"contributing.md",
|
||||||
"gruntfile.js",
|
"gruntfile.js",
|
||||||
"package.js",
|
"package.js",
|
||||||
"src"
|
"package.json",
|
||||||
|
"src",
|
||||||
|
"test"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"normalize.css": "latest"
|
"normalize.css": "latest"
|
||||||
|
0
test/index.html
Normal file
0
test/index.html
Normal file
Loading…
Reference in New Issue
Block a user