hexo-theme-particlex 2.4.10 → 2.4.11
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -1
- package/source/css/particlex.css +7 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "hexo-theme-particlex",
|
3
|
-
"version": "2.4.
|
3
|
+
"version": "2.4.11",
|
4
4
|
"description": "A concise Hexo theme, based on Particle.",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -20,6 +20,10 @@
|
|
20
20
|
"url": "https://github.com/argvchs/hexo-theme-particlex/issues"
|
21
21
|
},
|
22
22
|
"homepage": "https://github.com/argvchs/hexo-theme-particlex#readme",
|
23
|
+
"dependencies": {
|
24
|
+
"hexo-helper-crypto": "^1.1.0",
|
25
|
+
"hexo-renderer-ejs": "^2.0.0"
|
26
|
+
},
|
23
27
|
"scripts": {
|
24
28
|
"test": "echo \"Error: no test specified\" && exit 1"
|
25
29
|
}
|
package/source/css/particlex.css
CHANGED