Skip to content

Commit

Permalink
fix(dep): immediate is a dependency, not a devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Jan 20, 2017
1 parent a8030d4 commit 22164ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"grunt-step": "^1.0.0",
"grunt-umd": "^2.3.6",
"grunt-webpack": "^1.0.14",
"immediate": "^3.2.3",
"istanbul-instrumenter-loader": "^1.0.0",
"jasmine-core": "^2.5.2",
"jasmine-jquery": "^2.1.1",
Expand Down Expand Up @@ -77,5 +76,8 @@
"release": "./release.sh"
},
"version": "0.24.1",
"main": "index.js"
"main": "index.js",
"dependencies": {
"immediate": "^3.2.3"
}
}

0 comments on commit 22164ad

Please sign in to comment.