Skip to content

Commit

Permalink
Update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 20, 2017
1 parent ee26578 commit abd18cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bumpedrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins:

'Compiling browser version':
plugin: 'bumped-terminal'
command: 'NODE_ENV=production gulp build'
command: 'npm run build'

'Generating CHANGELOG file':
plugin: 'bumped-changelog'
Expand Down
7 changes: 2 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@
"url": "https://github.com/Kikobeats/bloggy/issues"
},
"keywords": [
"elegant",
"brand",
"ghost",
"minimalism",
"theme",
"uno",
"zen"
"theme"
],
"dependencies": {
"fastclick": "latest",
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
"url": "https://github.com/Kikobeats/bloggy/issues"
},
"keywords": [
"Blog",
"Brand",
"Ghost",
"Theme"
"brand",
"ghost",
"theme"
],
"dependencies": {},
"devDependencies": {
Expand All @@ -47,7 +46,9 @@
"node": "^4.2.0"
},
"scripts": {
"test": "sh test/test.sh"
"test": "sh test/test.sh",
"build": "NODE_ENV=production gulp build",
"start": "NODE_ENV=development gulp"
},
"license": "MIT"
}

0 comments on commit abd18cf

Please sign in to comment.