Skip to content

Commit 22164ad

Browse files
author
vvo
committed
fix(dep): immediate is a dependency, not a devDependency
1 parent a8030d4 commit 22164ad

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"grunt-step": "^1.0.0",
3939
"grunt-umd": "^2.3.6",
4040
"grunt-webpack": "^1.0.14",
41-
"immediate": "^3.2.3",
4241
"istanbul-instrumenter-loader": "^1.0.0",
4342
"jasmine-core": "^2.5.2",
4443
"jasmine-jquery": "^2.1.1",
@@ -77,5 +76,8 @@
7776
"release": "./release.sh"
7877
},
7978
"version": "0.24.1",
80-
"main": "index.js"
79+
"main": "index.js",
80+
"dependencies": {
81+
"immediate": "^3.2.3"
82+
}
8183
}

0 commit comments

Comments
 (0)