From 23156b84e05fcc14c9e20518b02da69cd7ec2c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Pe=CC=81rez?= Date: Tue, 3 Mar 2015 14:33:25 +0100 Subject: [PATCH] Entry point fixed for ripples package --- dist/bootstrap-material-ripples/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/bootstrap-material-ripples/package.json b/dist/bootstrap-material-ripples/package.json index 287ff039..b628c2e6 100644 --- a/dist/bootstrap-material-ripples/package.json +++ b/dist/bootstrap-material-ripples/package.json @@ -2,7 +2,7 @@ "name": "bootstrap-material-ripples", "version": "0.2.0", "description": "Material Design for Bootstrap 3 (Ripples.js component)", - "main": "../js/ripples", + "main": "ripples", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -19,4 +19,4 @@ }, "homepage": "https://github.com/FezVrasta/bootstrap-material-design", "devDependencies": {} -} +} \ No newline at end of file