We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30bbe2 commit 52b4419Copy full SHA for 52b4419
package.json
@@ -1,13 +1,16 @@
1
{
2
"name": "openui5-parallax",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "A library wrapping parallax.js in UI5 controls to create stunning layered effects",
5
"private": false,
6
"scripts": {
7
"test": "echo \"Error: no test specified. Please add some.\" && exit 1",
8
"postinstall": "bower install && node postInstall",
9
"start": "grunt"
10
},
11
+ "dependencies": {
12
+ "parallax-js": "^3.1.0"
13
+ },
14
"devDependencies": {
15
"bower": "^1.8.0",
16
"grunt": "^1.0.1",
0 commit comments