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 CHANGED
@@ -45,5 +45,5 @@
45
45
  <% } %>
46
46
  <% if (type === "index") %>
47
47
  <script src="<%- url_for("/js/lib/home.js") %>"></script>
48
- <% %>
48
+ <% } %>
49
49
  <link rel="stylesheet" href="<%- url_for("/css/main.css") %>" />
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "hexo-theme-particlex",
3
- "version": "2.5.2",
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
+ }