-
-
Notifications
You must be signed in to change notification settings - Fork 634
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Mega refactor test * Other files copied * Update README.md * Examples * Update package.jsons * Test different build process * Fixed build * Correct .travis.yml file * Test against node 4,6,8 * Fix up karma * Revert updates test * Karma stuff * Fix failing tests * Change Travis and Coverage * stuff * Port 3.4.3 * Apply jestcodemods * Jest fix * Fix all tests * fix merge * Docs working * Fix travis script * Fix travis * Fix travis script * Remove custom travis script * Fix package.json * Set coverage minimums * Remove inferno/test/utils * Stupidly didn't test * Remove lerna changelog * prepublishOnly hook * Testing github pages deploy * Make fixture for packaging nicer * Remove deploy * Use npm@5
- Loading branch information
1 parent
10cc208
commit 38b09f0
Showing
162 changed files
with
5,993 additions
and
7,025 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,28 @@ | ||
# <type>: (If applied, this commit will...) <subject> (Max 50 char) | ||
# |<---- Using a Maximum Of 50 Characters ---->| | ||
|
||
|
||
# Explain why this change is being made | ||
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->| | ||
|
||
# Provide links or keys to any relevant tickets, articles or other resources | ||
# Example: Github issue #23 | ||
|
||
# --- COMMIT END --- | ||
# Type can be | ||
# feat (new feature) | ||
# fix (bug fix) | ||
# refactor (refactoring production code) | ||
# style (formatting, missing semi colons, etc; no code change) | ||
# docs (changes to documentation) | ||
# test (adding or refactoring tests; no production code change) | ||
# chore (updating grunt tasks etc; no production code change) | ||
# -------------------- | ||
# Remember to | ||
# Capitalize the subject line | ||
# Use the imperative mood in the subject line | ||
# Do not end the subject line with a period | ||
# Separate subject from body with a blank line | ||
# Use the body to explain what and why vs. how | ||
# Can use multiple lines with "-" for bullet points in body | ||
# -------------------- |
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,39 +1,18 @@ | ||
_site | ||
.history | ||
.git | ||
build | ||
.build | ||
.git | ||
.history | ||
.idea | ||
.jshintrc | ||
.nyc_output | ||
.sass-cache | ||
.vscode | ||
build | ||
coverage | ||
jsconfig.json | ||
Gemfile.lock | ||
node_modules | ||
|
||
.DS_Store | ||
*.map | ||
.rpt2_cache* | ||
.changelog | ||
|
||
*.log | ||
*.log* | ||
*.swp | ||
*~ | ||
test/data/result.json | ||
|
||
*.orig | ||
build | ||
coverage | ||
docs | ||
node_modules | ||
|
||
packages/*/tsconfig.* | ||
packages/*/.npmignore | ||
packages/*/dist-es | ||
packages/*/dist | ||
test/data/baseline.json | ||
test/data/result.json | ||
|
||
.fliphub | ||
.fusebox | ||
.changelog | ||
.npm-debug.log* | ||
package-lock.json | ||
|
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.