-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from joaocunha/HouseKeeping
House keeping
- Loading branch information
Showing
11 changed files
with
732 additions
and
869 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# EditorConfig | ||
# http://editorconfig.org | ||
|
||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 2 | ||
indent_style = tabs | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
*.sublime* | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,27 @@ | ||
{ | ||
"name": "vunit", | ||
"description": "A vanilla JS alternative to vh/vw and vmin/vmax CSS units.", | ||
"license": "MIT", | ||
"version": "v0.1.0", | ||
"main": "vunit.js", | ||
"author": "João Cunha <[email protected]> (http://twitter.com/joaocunha)", | ||
"homepage": "http://joaocunha.github.io/vunit/", | ||
"keywords": [ | ||
"js", | ||
"viewport", | ||
"css", | ||
"vh", | ||
"vw", | ||
"vmin", | ||
"vmax" | ||
], | ||
"ignore": [ | ||
"*.md", | ||
"example" | ||
] | ||
"name": "vunit", | ||
"description": "A vanilla JS alternative to vh/vw and vmin/vmax CSS units.", | ||
"license": "MIT", | ||
"main": "src/vunit.js", | ||
"author": "João Cunha <[email protected]> (http://twitter.com/joaocunha)", | ||
"homepage": "http://joaocunha.github.io/vunit/", | ||
"moduleType": "globals", | ||
"keywords": [ | ||
"js", | ||
"javascript", | ||
"viewport", | ||
"css", | ||
"vh", | ||
"vw", | ||
"vmin", | ||
"vmax" | ||
], | ||
"ignore": [ | ||
"*.md", | ||
"example" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:joaocunha/vunit.git" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.