Skip to content

Commit

Permalink
- Locked dep
Browse files Browse the repository at this point in the history
- Fixed trailpack
- Ready for 0.3.2
  • Loading branch information
LobeTia committed Dec 9, 2016
1 parent 8db8917 commit 59a293d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trailpack-kue",
"version": "0.3.1",
"version": "0.3.2",
"description": "Kue implementation for TrailsJs.io",
"homepage": "http://trailsjs.io",
"author": {
Expand All @@ -18,16 +18,16 @@
],
"dependencies": {
"kue": "0.11.5",
"trailpack": "2.0.1"
"trailpack": "1.0.5"
},
"devDependencies": {
"lodash": "^4.11.1",
"trails": "latest",
"eslint": "^2.4",
"eslint-config-trails": "^1.0.4",
"mocha": "^2.4.5",
"smokesignals": "^1.0.9",
"trailpack-core": "^1.0.0-beta-6"
"lodash": "4.11.1",
"trails": "1.1.1",
"eslint": "2.4",
"eslint-config-trails": "1.0.4",
"mocha": "2.4.5",
"smokesignals": "1.0.9",
"trailpack-core": "1.0.0-beta-6"
},
"scripts": {
"test": "eslint . && mocha"
Expand Down

0 comments on commit 59a293d

Please sign in to comment.