Skip to content

Commit

Permalink
doc() add sample gif
Browse files Browse the repository at this point in the history
  • Loading branch information
RomuloCintra committed Jan 20, 2018
1 parent be0a816 commit 25bc239
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 7 deletions.
26 changes: 26 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# npmignore

www/build
docs
coverage
*~
*.sw[mnpcod]
*.log
*.lock
*.tmp
*.tmp.*
log.txt
*.sublime-project
*.sublime-workspace

.idea/
.vscode/
.sass-cache/
.versions/
node_modules/
$RECYCLE.BIN/

.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate
.env
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "o-content-placeholder",
"version": "0.0.1",
"description": "Stencil Component Starter",
"name": "@orango/o-content-placeholder",
"version": "0.0.1-beta",
"description": "O-RANGO customizable component placeholder",
"main": "dist/o-content-placeholder.js",
"types": "dist/types/index.d.ts",
"keywords": [
Expand Down Expand Up @@ -46,14 +46,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/stencil-component-starter.git"
"url": "git+https://github.com/o-rango/o-content-placeholder.git"
},
"author": "Ionic Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionic-team/stencil"
"url": "https://github.com/o-rango/o-content-placeholder"
},
"homepage": "https://github.com/ionic-team/stencil",
"homepage": "https://github.com/o-rango/o-content-placeholder",
"jest": {
"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>/node_modules/@stencil/core/testing/jest.preprocessor.js"
Expand Down
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
### Simple and customizable content placeholder built as web component with Stenciljs :metal:



### Demo Version
![](./skeleton-placeholder.gif);


Binary file added skeleton-placeholder.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25bc239

Please sign in to comment.