Skip to content

Commit

Permalink
Little adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 6, 2016
1 parent b10243d commit 15bb8e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/js/src/__init.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

window.Bloggy = Bloggy =
version: '0.0.0'
version: '0.1.0'
is: (property, value) -> this.app.dataset[property] is value
app: do -> document.body

Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bloggy",
"description": "Ghost theme for brands",
"description": "Branding theme for Ghost",
"homepage": "https://github.com/kikobeats/bloggy",
"version": "0.0.0",
"authors": [
Expand All @@ -22,8 +22,8 @@
"minimalism"
],
"dependencies": {
"fitvids": "*",
"fastclick": "~1.0.6"
"fitvids": "latest",
"fastclick": "latest"
},
"ignore": [
"**/.*",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"underscore.string": "latest"
},
"engines": {
"node": "~0.10.0 || ~0.12.0 || ~4.2.0",
"iojs": "~1.2.0",
"node": "~4.2.0",
"npm": ">= 1.4.0"
},
"scripts": {
Expand Down

0 comments on commit 15bb8e7

Please sign in to comment.