Skip to content

Commit 52b4419

Browse files
committed
added dependency and republish
1 parent f30bbe2 commit 52b4419

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"name": "openui5-parallax",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A library wrapping parallax.js in UI5 controls to create stunning layered effects",
55
"private": false,
66
"scripts": {
77
"test": "echo \"Error: no test specified. Please add some.\" && exit 1",
88
"postinstall": "bower install && node postInstall",
99
"start": "grunt"
1010
},
11+
"dependencies": {
12+
"parallax-js": "^3.1.0"
13+
},
1114
"devDependencies": {
1215
"bower": "^1.8.0",
1316
"grunt": "^1.0.1",

0 commit comments

Comments
 (0)