Skip to content

Commit 5fc3944

Browse files
committed
v1.0.0
1 parent 39ed912 commit 5fc3944

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## v1.0.0
2+
- First version

package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "hexo-webp-polyfill",
3+
"version": "1.0.0",
4+
"description": "Hexo browser polyfill for the WebP image format.",
5+
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/MBRjun/hexo-webp-polyfill.git"
9+
},
10+
"homepage": "https://github.com/MBRjun/hexo-webp-polyfill",
11+
"keywords": [
12+
"hexo",
13+
"plugin",
14+
"polyfill",
15+
"webp"
16+
],
17+
"author": "MBRjun <mbrjun@foxmail.com>",
18+
"license": "MIT",
19+
"dependencies": {
20+
"cheerio": "^1.0.0-rc.12",
21+
"uglify-js": "^3.17.4",
22+
"webp-hero": "^0.0.2"
23+
},
24+
"bugs": {
25+
"url": "https://github.com/MBRjun/hexo-webp-polyfill/issues"
26+
},
27+
"directories": {
28+
"lib": "lib"
29+
},
30+
"devDependencies": {}
31+
}

0 commit comments

Comments
 (0)