From a502e75a0928b56872c58b37140dce4a5c532a78 Mon Sep 17 00:00:00 2001 From: Sam Sehnert Date: Mon, 16 Nov 2015 09:47:43 +1300 Subject: [PATCH] Fixed package name --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 15ae303..9da22af 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "teamdf/jquery-number", + "name": "jquery-number", "main": "jquery.number.min.js", "description": "This is a jQuery plugin which allows developers to easily format numbers for display use. Allows users to replace numbers inline in a document, or return a formatted number for other uses.", "license": "MIT",