Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelmlins committed Feb 16, 2020
1 parent 6f45cee commit afbf2db
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 440 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Local demo:

```
git clone https://github.com/andrelmlins/svelte-fullscreen.git
cd svelte-fullscreen/example
cd svelte-fullscreen
yarn install && yarn start
```

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-fullscreen",
"version": "0.3.0",
"version": "1.0.0",
"description": "Component that performs fullscreen in DOM Elements",
"repository": "https://github.com/andrelmlins/svelte-fullscreen",
"author": "André Lins <andrelucas01@hotmail.com> (https://andrelmlins.github.io/)",
Expand All @@ -13,17 +13,17 @@
"README.md"
],
"dependencies": {
"screenfull": "^5.0.0"
"screenfull": "^5.0.2"
},
"devDependencies": {
"sirv-cli": "^0.4.4",
"rollup": "^1.31.0",
"rollup": "^1.31.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^5.2.0",
"svelte": "^3.18.1"
"svelte": "^3.18.2"
},
"scripts": {
"build": "rollup -c",
Expand Down
Loading

0 comments on commit afbf2db

Please sign in to comment.