diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..65b9786 --- /dev/null +++ b/.npmignore @@ -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 diff --git a/package-lock.json b/package-lock.json index 1aed3f7..798d323 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "o-content-placeholder", + "name": "@orango/o-content-placeholder", "version": "0.0.1", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 2dec60c..207ea4e 100644 --- a/package.json +++ b/package.json @@ -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": [ @@ -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)$": "/node_modules/@stencil/core/testing/jest.preprocessor.js" diff --git a/readme.md b/readme.md index 33ebe11..263fbfd 100644 --- a/readme.md +++ b/readme.md @@ -10,3 +10,8 @@ ### Simple and customizable content placeholder built as web component with Stenciljs :metal: + +### Demo Version +![](./skeleton-placeholder.gif); + + diff --git a/skeleton-placeholder.gif b/skeleton-placeholder.gif new file mode 100644 index 0000000..5920ab6 Binary files /dev/null and b/skeleton-placeholder.gif differ