cl-component-media
Advanced tools
Comparing version 0.0.27 to 0.6.0
{ | ||
"name": "cl-component-media", | ||
"description": "Renders all types of media: audio, video, images and text", | ||
"version": "0.0.27", | ||
"version": "0.6.0", | ||
"author": "CrowdLab <web@crowdlab.com>", | ||
@@ -12,24 +12,6 @@ "license": "UNLICENSED", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "node ../../tools/scripts/test-once.js", | ||
"test:watch": "node ../../tools/scripts/test-watch.js" | ||
}, | ||
"dependencies": { | ||
"cl-component-translate": "^0.0.25", | ||
"cl-component-translate": "^0.6.0", | ||
"react-media-player": "0.3.3" | ||
}, | ||
"devDependencies": { | ||
"null-loader": "^0.1.1", | ||
"webpack": "^1.14.0" | ||
}, | ||
"ava": { | ||
"files": [ | ||
"src/**/*.test.js" | ||
], | ||
"babel": "inherit", | ||
"require": [ | ||
"babel-register", | ||
"../../tools/scripts/tests/setup-browser-env.js" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
0
275969
+ Addedcl-component-translate@0.6.3(transitive)
- Removedcl-component-translate@0.0.25(transitive)