Skip to content

Commit

Permalink
Bump versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brzpegasus committed Jun 13, 2015
1 parent 412c19a commit 52eaa29
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See http:https://help.github.com/ignore-files/ for more about ignoring files.
.DS_STORE

# compiled output
/dist
/tmp
Expand Down
10 changes: 10 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
tests/
tmp/
dist/

.editorconfig
.ember-cli
.travis.yml
.npmignore
**/.gitkeep
Brocfile.js
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ cache:
- node_modules

before_install:
- npm config set spin false
- npm install -g npm@^2
- "npm config set spin false"
- "npm install -g npm@^2"

install:
- npm install
Expand Down
3 changes: 3 additions & 0 deletions .watchmanconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ignore_dirs": ["tmp"]
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@
"broccoli-string-replace": "0.0.2",
"chalk": "^1.0.0",
"lodash": "^3.9.3",
"node-webkit-builder": "^1.0.11",
"node-webkit-builder": "^1.0.12",
"optimist": "0.6.1",
"quick-temp": "0.1.2",
"rsvp": "^3.0.17",
"testem": "0.8.2"
"rsvp": "^3.0.18",
"testem": "0.8.3"
},
"devDependencies": {
"broccoli-jscs": "0.0.22",
"broccoli-jshint": "0.5.5",
"broccoli-jshint": "0.5.6",
"broccoli-merge-trees": "0.2.1",
"chai": "^2.1.1",
"chai-as-promised": "^4.3.0",
"ember-cli": "0.2.3",
"ember-cli": "0.2.7",
"glob": "^5.0.3",
"mocha": "^2.2.1",
"mocha-jscs": "^1.0.2",
"mocha": "^2.2.5",
"mocha-jscs": "^1.1.0",
"mocha-jshint": "^1.0.0",
"mock-spawn": "0.2.4",
"mock-spawn": "0.2.5",
"mockery": "^1.4.0",
"sinon": "^1.14.1"
"sinon": "^1.15.3"
},
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 52eaa29

Please sign in to comment.