mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Moves babel to devDependencies
This commit is contained in:
parent
5bdfff6375
commit
24f6e1f541
@ -21,14 +21,14 @@
|
|||||||
"cut"
|
"cut"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babelify": "^6.3.0",
|
|
||||||
"browserify": "^11.2.0",
|
|
||||||
"good-listener": "^1.1.2",
|
"good-listener": "^1.1.2",
|
||||||
"select": "^1.0.4",
|
"select": "^1.0.4",
|
||||||
"tiny-emitter": "^1.0.0"
|
"tiny-emitter": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel": "^5.8.29",
|
"babel": "^5.8.29",
|
||||||
|
"babelify": "^6.3.0",
|
||||||
|
"browserify": "^11.2.0",
|
||||||
"karma": "^0.13.10",
|
"karma": "^0.13.10",
|
||||||
"karma-browserify": "^4.4.0",
|
"karma-browserify": "^4.4.0",
|
||||||
"karma-chai": "^0.1.0",
|
"karma-chai": "^0.1.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user