hexo-theme-particlex 2.5.2 → 2.5.3
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of hexo-theme-particlex might be problematic. Click here for more details.
- package/layout/import.ejs +1 -1
- package/package.json +5 -5
package/layout/import.ejs
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "hexo-theme-particlex",
|
3
|
-
"version": "2.5.
|
3
|
+
"version": "2.5.3",
|
4
4
|
"description": "A concise Hexo theme, based on Particle.",
|
5
|
+
"scripts": {
|
6
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
7
|
+
},
|
5
8
|
"repository": {
|
6
9
|
"type": "git",
|
7
10
|
"url": "git+https://github.com/argvchs/hexo-theme-particlex.git"
|
@@ -23,8 +26,5 @@
|
|
23
26
|
"dependencies": {
|
24
27
|
"hexo-helper-crypto": "^1.1.0",
|
25
28
|
"hexo-renderer-ejs": "^2.0.0"
|
26
|
-
},
|
27
|
-
"scripts": {
|
28
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
29
29
|
}
|
30
|
-
}
|
30
|
+
}
|