Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit 71f802f

Browse files
committed
Update dependencies, metadata and assets
1 parent a6e377d commit 71f802f

13 files changed

+184
-35
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "minimal-web-clipper",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"keywords": [
55
"productivity",
66
"clipper",
77
"web-clipper"
88
],
9-
"description": "A minimal web clipper",
9+
"description": "A minimal bare-bones web clipper to select a section of any webpage and save it as a standalone HTML file",
1010
"scripts": {
1111
"clean": "rm -rf build/*",
1212
"build": "node utils/build.js",
@@ -36,11 +36,10 @@
3636
"ios-overlay": "^0.0.3",
3737
"keycode": "^2.1.9",
3838
"lodash.debounce": "^4.0.8",
39-
"promise-timeout-plus": "^0.1.1",
4039
"resolve-url": "^0.2.1",
4140
"selector-query": "^1.0.1",
4241
"spin.js": "^3.1.0",
43-
"styletron": "^3.0.2",
42+
"styletron-core": "^3.0.2",
4443
"velocity-animate": "^1.5.1",
4544
"zepto": "^1.2.0"
4645
}

src/img/icon-128.png

589 Bytes
Loading

src/img/icon-34.png

25 Bytes
Loading

src/img/icon-48.png

1.76 KB
Loading

src/img/large-tile-920x680.png

41.4 KB
Loading

src/img/marquee-1400x560.pdn

218 KB
Binary file not shown.

src/img/marquee-1400x560.png

157 KB
Loading

src/img/promo-440x280.png

15.5 KB
Loading

src/img/promo.svg

Lines changed: 177 additions & 0 deletions
Loading

src/img/screenshot-1.png

51.9 KB
Loading

0 commit comments

Comments
 (0)