Skip to content

Commit

Permalink
Update ember-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike North committed Jun 5, 2015
1 parent ba3dbe9 commit fe1bf35
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-resize",
"version": "0.0.3",
"version": "0.0.4",
"description": "Idiomatically handle window and view resizes in Ember.js",
"directories": {
"doc": "doc",
Expand All @@ -11,15 +11,19 @@
"build": "ember build",
"test": "ember try:testall"
},
"repository": "https://github.com/truenorth/ember-resize",
"repository": {
"type": "git",
"url": "https://github.com/truenorth/ember-resize"
},
"engines": {
"node": ">= 0.10.0"
},
"author": "Mike North <[email protected]>",
"homepage": "https://github.com/truenorth/ember-resize",
"author": "Mike North <[email protected]> (http://mike.works)",
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.0.2",
"ember-cli": "0.2.5",
"ember-cli": "0.2.7",
"ember-cli-app-version": "0.3.3",
"ember-cli-content-security-policy": "0.4.0",
"ember-cli-dependency-checker": "^1.0.0",
Expand All @@ -38,7 +42,8 @@
"ember-try": "0.0.5"
},
"keywords": [
"ember-addon"
"ember-addon",
"resize"
],
"dependencies": {
"ember-cli-babel": "^5.0.0"
Expand Down

0 comments on commit fe1bf35

Please sign in to comment.