Skip to content

Commit

Permalink
Ghost 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Aug 27, 2017
1 parent e5ad801 commit 195fd3c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
node_modules/
npm-debug.log*

content/data/
content/logs/
config.production.json
content/data/ghost-local.db
2 changes: 1 addition & 1 deletion .profile
@@ -1,2 +1,2 @@
# Generate the Ghost JSON config file when Heroku dyno starts-up.
node config.js
node create-config.js
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ heroku config:set PUBLIC_URL=https://YOURAPPNAME.herokuapp.com

git push heroku master

heroku run 'knex-migrator init --mgpath node_modules/ghost
heroku run 'knex-migrator init --mgpath node_modules/ghost'
heroku restart
```

Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -8,11 +8,11 @@
},
"bugs": "https://github.com/TryGhost/Ghost/issues",
"private": true,
"version": "1.5.0",
"version": "1.7.1",
"dependencies": {
"casper": "github:tryghost/Casper#2.0.2",
"ghost": "^1.5.0",
"ghost-storage-adapter-s3": "^2.1.0"
"casper": "github:tryghost/Casper#2.0.3",
"ghost": "^1.7.1",
"ghost-storage-adapter-s3": "^2.3.0"
},
"engines": {
"node": "6.11.x"
Expand Down

0 comments on commit 195fd3c

Please sign in to comment.