From 0b921ca99362196995b85298d64271afdc3d4bc2 Mon Sep 17 00:00:00 2001 From: Adrian Quevedo Date: Sun, 21 Feb 2016 00:33:28 -0500 Subject: [PATCH] Quick fix on pm package name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a4f53e..01fe23b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "Spectragram", + "name": "spectragram", "version": "1.0.0", "description": "An easy jQuery plugin for Instagram API to fetch and display user, popular or tags photo feeds inside your web application or site.", "main": "spectragram.js",