-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Full demo example * POC v4.0.0 * Update README.md * fix npm publish * v4.0.0-alpha.1 * fix minor bug for custom Tag creation. * enhance Title element. * update examples. * fix validation errors for AMP example * add coverage badge * v4.0.0 * fix travis
- Loading branch information
1 parent
28eab1a
commit bee9b4b
Showing
64 changed files
with
11,634 additions
and
6,970 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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
.travis.yml | ||
examples | ||
.nyc_output | ||
src | ||
.editorconfig | ||
yarn-error.log | ||
|
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,5 +1,11 @@ | ||
language: node_js | ||
node_js: | ||
- 6 | ||
- "stable" | ||
cache: | ||
yarn: true | ||
yarn: false | ||
script: | ||
- npm install | ||
- npm test | ||
after_script: | ||
- npm install -g codecov | ||
- npm run report-coverage |
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
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 |
---|---|---|
|
@@ -33,11 +33,5 @@ | |
] | ||
} | ||
}] | ||
}, | ||
|
||
"settings": { | ||
"react": { | ||
"pragma": "h" | ||
} | ||
} | ||
} |
Oops, something went wrong.