Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit b20f426

Browse files
author
fritz-c
committed
Update package.json dependencies
1 parent 158ac18 commit b20f426

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.1.1",
44
"description": "A lightbox component for React.js",
55
"scripts": {
6-
"start": "scripts/dev-examples"
6+
"start": "node_modules/.bin/gulp dev"
77
},
88
"main": "lib/ReactImageLightbox.js",
99
"repository": {
@@ -17,7 +17,7 @@
1717
],
1818
"license": "MIT",
1919
"dependencies": {
20-
"radium": "^0.16.6"
20+
"radium": "^0.17.1"
2121
},
2222
"peerDependencies": {
2323
"react": "^0.14.0"
@@ -40,4 +40,4 @@
4040
"react-dom": "global:ReactDOM",
4141
"radium": "global:Radium"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)