hexo-theme-particlex 2.5.2 → 2.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
|
+
}
|