From 6ec7a5ceaf0589d9c6d59ff54a62888183d16c4b Mon Sep 17 00:00:00 2001 From: develophper Date: Sat, 30 Jun 2018 23:19:10 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48e1580..f2bf633 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-sketchpad", "version": "0.0.3", "description": "Sketch pad created with canvas", - "main": "index.js", + "main": "lib/index.js", "scripts": { "prepublish": "npm run lint && npm run build", "build": "babel ./src -d ./lib --ignore '__tests__'",