mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-10 11:24:39 +03:00
Version bump for 0.3.2
- added optional mysql dependency - removed .afignore - updates to .gitignore to ignore any additional themes or plugins
This commit is contained in:
parent
d47b19b491
commit
b4d5918fac
24
.afignore
24
.afignore
@ -1,24 +0,0 @@
|
||||
#ignore database
|
||||
b-cov
|
||||
*.seed
|
||||
*.log
|
||||
*.csv
|
||||
*.dat
|
||||
*.out
|
||||
*.pid
|
||||
*.gz
|
||||
|
||||
pids
|
||||
logs
|
||||
results
|
||||
|
||||
npm-debug.log
|
||||
|
||||
.idea/*
|
||||
*.iml
|
||||
projectFilesBackup
|
||||
|
||||
.DS_Store
|
||||
|
||||
# Ghost DB file
|
||||
*.db
|
5
.gitignore
vendored
5
.gitignore
vendored
@ -38,7 +38,12 @@ projectFilesBackup
|
||||
/core/server/data/export/exported*
|
||||
/docs
|
||||
/_site
|
||||
/content/data/*
|
||||
/content/plugins/**/*
|
||||
/content/themes/**/*
|
||||
/content/images/**/*
|
||||
!/content/themes/casper/**
|
||||
!README.md
|
||||
|
||||
# Changelog, which is autogenerated, not committed
|
||||
CHANGELOG.md
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ghost",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node index",
|
||||
@ -30,7 +30,10 @@
|
||||
"downsize": "0.0.2",
|
||||
"validator": "1.4.0",
|
||||
"rss": "0.2.0",
|
||||
"nodemailer": "~0.5.2"
|
||||
"nodemailer": "0.5.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"mysql": "2.0.0-alpha9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
|
Loading…
Reference in New Issue
Block a user