Skip to content

Commit 6466bea

Browse files
author
Khaled Alquaddoomi
committed
Updates dependencies
1 parent 1cf218a commit 6466bea

34 files changed

+479
-757
lines changed

content/themes/attila/package.json

Lines changed: 40 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,49 @@
11
{
2-
"_args": [
3-
[
4-
"attila@git+ssh://[email protected]/zutrinken/attila.git#227bffca79395e8a0b93f5d12d1d3d90146ca665",
5-
"/Users/kalquaddoomi/dev/Wicked/ghost-on-heroku"
6-
]
7-
],
8-
"_from": "attila@github:zutrinken/attila#1.13.0",
9-
"_id": "attila@git+ssh://[email protected]/zutrinken/attila.git#227bffca79395e8a0b93f5d12d1d3d90146ca665",
10-
"_inBundle": false,
11-
"_integrity": "sha512-JMEDGclzvEvqJ49CMD6tSfPRy/AlChqCB6vlciqwhYzrW9liD6dhM8Kxr9DEchSbIqz+gPTCP/I5kkwOZ/yyrA==",
12-
"_location": "/attila",
13-
"_phantomChildren": {},
14-
"_requested": {
15-
"type": "git",
16-
"raw": "attila@git+ssh://[email protected]/zutrinken/attila.git#227bffca79395e8a0b93f5d12d1d3d90146ca665",
17-
"name": "attila",
18-
"escapedName": "attila",
19-
"rawSpec": "git+ssh://[email protected]/zutrinken/attila.git#227bffca79395e8a0b93f5d12d1d3d90146ca665",
20-
"saveSpec": "git+ssh://[email protected]/zutrinken/attila.git#227bffca79395e8a0b93f5d12d1d3d90146ca665",
21-
"fetchSpec": "ssh://[email protected]/zutrinken/attila.git",
22-
"gitCommittish": "227bffca79395e8a0b93f5d12d1d3d90146ca665"
2+
"name": "attila",
3+
"description": "Ghost Theme",
4+
"demo": "https://attila.zutrinken.com",
5+
"version": "1.13.0",
6+
"engines": {
7+
"ghost": ">=2.1.0",
8+
"ghost-api": "v2"
9+
},
10+
"license": "MIT",
11+
"screenshots": {
12+
"desktop": "src/screenshot-desktop.jpg",
13+
"mobile": "src/screenshot-mobile.jpg"
2314
},
24-
"_requiredBy": [
25-
"/"
26-
],
27-
"_resolved": "git+ssh://[email protected]/zutrinken/attila.git#227bffca79395e8a0b93f5d12d1d3d90146ca665",
28-
"_spec": "git+ssh://[email protected]/zutrinken/attila.git#227bffca79395e8a0b93f5d12d1d3d90146ca665",
29-
"_where": "/Users/kalquaddoomi/dev/Wicked/ghost-on-heroku",
3015
"author": {
3116
"name": "Peter Amende",
3217
"email": "[email protected]",
3318
"url": "https://zutrinken.com"
3419
},
35-
"bugs": {
36-
"url": "https://github.com/zutrinken/attila/issues"
20+
"gpm": {
21+
"type": "theme",
22+
"categories": [
23+
"Minimal",
24+
"Personal Blogs"
25+
]
26+
},
27+
"keywords": [
28+
"ghost-theme",
29+
"ghost",
30+
"theme"
31+
],
32+
"repository": {
33+
"type": "git",
34+
"url": "https://github.com/zutrinken/attila.git"
35+
},
36+
"devDependencies": {
37+
"autoprefixer": "^9.1.5",
38+
"grunt": "^1.0.4",
39+
"grunt-contrib-clean": "^1.1.0",
40+
"grunt-contrib-copy": "^1.0.0",
41+
"grunt-contrib-uglify": "^3.3.0",
42+
"grunt-contrib-watch": "^1.0.0",
43+
"grunt-postcss": "^0.9.0",
44+
"grunt-sass": "^2.1.0",
45+
"grunt-zip": "^0.18.1",
46+
"load-grunt-tasks": "^3.5.2"
3747
},
3848
"config": {
3949
"posts_per_page": 10,
@@ -51,47 +61,5 @@
5161
"width": 1920
5262
}
5363
}
54-
},
55-
"demo": "https://attila.zutrinken.com",
56-
"description": "Ghost Theme",
57-
"devDependencies": {
58-
"autoprefixer": "^9.1.5",
59-
"grunt": "^1.0.4",
60-
"grunt-contrib-clean": "^1.1.0",
61-
"grunt-contrib-copy": "^1.0.0",
62-
"grunt-contrib-uglify": "^3.3.0",
63-
"grunt-contrib-watch": "^1.0.0",
64-
"grunt-postcss": "^0.9.0",
65-
"grunt-sass": "^2.1.0",
66-
"grunt-zip": "^0.18.1",
67-
"load-grunt-tasks": "^3.5.2"
68-
},
69-
"engines": {
70-
"ghost": ">=2.1.0",
71-
"ghost-api": "v2"
72-
},
73-
"gpm": {
74-
"type": "theme",
75-
"categories": [
76-
"Minimal",
77-
"Personal Blogs"
78-
]
79-
},
80-
"homepage": "https://github.com/zutrinken/attila#readme",
81-
"keywords": [
82-
"ghost-theme",
83-
"ghost",
84-
"theme"
85-
],
86-
"license": "MIT",
87-
"name": "attila",
88-
"repository": {
89-
"type": "git",
90-
"url": "git+https://github.com/zutrinken/attila.git"
91-
},
92-
"screenshots": {
93-
"desktop": "src/screenshot-desktop.jpg",
94-
"mobile": "src/screenshot-mobile.jpg"
95-
},
96-
"version": "1.13.0"
64+
}
9765
}

content/themes/bleak/package.json

Lines changed: 27 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,50 @@
11
{
2-
"_args": [
3-
[
4-
"bleak@git+ssh://[email protected]/zutrinken/bleak.git#1949a1d39e4ddba6d1218567c1dbd89070cfff3e",
5-
"/Users/kalquaddoomi/dev/Wicked/ghost-on-heroku"
6-
]
7-
],
8-
"_from": "bleak@github:zutrinken/bleak#1.4.0",
9-
"_id": "bleak@git+ssh://[email protected]/zutrinken/bleak.git#1949a1d39e4ddba6d1218567c1dbd89070cfff3e",
10-
"_inBundle": false,
11-
"_integrity": "sha512-ztlI1ZITWF67vN74dGxH8SS6kukAmukV8f6/eUjlVhV27ZjH1LMah6YqQwwntvbuWLVLLUGyOW6T3uKph6ZiUg==",
12-
"_location": "/bleak",
13-
"_phantomChildren": {},
14-
"_requested": {
15-
"type": "git",
16-
"raw": "bleak@git+ssh://[email protected]/zutrinken/bleak.git#1949a1d39e4ddba6d1218567c1dbd89070cfff3e",
17-
"name": "bleak",
18-
"escapedName": "bleak",
19-
"rawSpec": "git+ssh://[email protected]/zutrinken/bleak.git#1949a1d39e4ddba6d1218567c1dbd89070cfff3e",
20-
"saveSpec": "git+ssh://[email protected]/zutrinken/bleak.git#1949a1d39e4ddba6d1218567c1dbd89070cfff3e",
21-
"fetchSpec": "ssh://[email protected]/zutrinken/bleak.git",
22-
"gitCommittish": "1949a1d39e4ddba6d1218567c1dbd89070cfff3e"
2+
"name": "bleak",
3+
"description": "Ghost Theme",
4+
"demo": "https://bleak.zutrinken.com",
5+
"version": "1.4.0",
6+
"engines": {
7+
"ghost": ">=2.1.0",
8+
"ghost-api": "v2"
9+
},
10+
"license": "MIT",
11+
"screenshots": {
12+
"desktop": "src/screenshot-desktop.jpg",
13+
"mobile": "src/screenshot-mobile.jpg"
2314
},
24-
"_requiredBy": [
25-
"/"
26-
],
27-
"_resolved": "git+ssh://[email protected]/zutrinken/bleak.git#1949a1d39e4ddba6d1218567c1dbd89070cfff3e",
28-
"_spec": "git+ssh://[email protected]/zutrinken/bleak.git#1949a1d39e4ddba6d1218567c1dbd89070cfff3e",
29-
"_where": "/Users/kalquaddoomi/dev/Wicked/ghost-on-heroku",
3015
"author": {
3116
"name": "Peter Amende",
3217
"email": "[email protected]",
3318
"url": "https://zutrinken.com"
3419
},
35-
"bugs": {
36-
"url": "https://github.com/zutrinken/bleak/issues"
37-
},
38-
"config": {
39-
"posts_per_page": 15
40-
},
41-
"demo": "https://bleak.zutrinken.com",
42-
"description": "Ghost Theme",
43-
"devDependencies": {
44-
"autoprefixer-core": "^6.0.1",
45-
"grunt": "^1.0.1",
46-
"grunt-contrib-clean": "^1.1.0",
47-
"grunt-contrib-copy": "^1.0.0",
48-
"grunt-contrib-cssmin": "^2.2.1",
49-
"grunt-contrib-uglify": "^3.3.0",
50-
"grunt-contrib-watch": "^1.0.0",
51-
"grunt-postcss": "^0.9.0",
52-
"grunt-sass": "^2.1.0",
53-
"load-grunt-tasks": "^3.5.2"
54-
},
55-
"engines": {
56-
"ghost": ">=2.1.0",
57-
"ghost-api": "v2"
58-
},
5920
"gpm": {
6021
"type": "theme",
6122
"categories": [
6223
"Magazine"
6324
]
6425
},
65-
"homepage": "https://github.com/zutrinken/bleak#readme",
6626
"keywords": [
6727
"ghost",
6828
"theme",
6929
"ghost-theme"
7030
],
71-
"license": "MIT",
72-
"name": "bleak",
7331
"repository": {
7432
"type": "git",
75-
"url": "git+https://github.com/zutrinken/bleak.git"
33+
"url": "https://github.com/zutrinken/bleak.git"
7634
},
77-
"screenshots": {
78-
"desktop": "src/screenshot-desktop.jpg",
79-
"mobile": "src/screenshot-mobile.jpg"
35+
"devDependencies": {
36+
"autoprefixer-core": "^6.0.1",
37+
"grunt": "^1.0.1",
38+
"grunt-contrib-clean": "^1.1.0",
39+
"grunt-contrib-copy": "^1.0.0",
40+
"grunt-contrib-cssmin": "^2.2.1",
41+
"grunt-contrib-uglify": "^3.3.0",
42+
"grunt-contrib-watch": "^1.0.0",
43+
"grunt-postcss": "^0.9.0",
44+
"grunt-sass": "^2.1.0",
45+
"load-grunt-tasks": "^3.5.2"
8046
},
81-
"version": "1.4.0"
47+
"config": {
48+
"posts_per_page": 15
49+
}
8250
}

0 commit comments

Comments
 (0)