From 97c0ca0dc2768673546199d4b68b07807dbc21c0 Mon Sep 17 00:00:00 2001 From: oguzhanoya Date: Fri, 15 Sep 2017 12:35:45 +0300 Subject: [PATCH] Changed package name --- README.md | 4 ++-- package.json | 12 +++++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1049fea..41d9cd3 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ IE11+, Edge, Chrome, Firefox, Opera, Safari ## Installation -Bower +NPM ```sh -bower install jquery-steps +npm install jquery.steps ``` Github ```sh diff --git a/package.json b/package.json index d291090..1ba47e3 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,15 @@ { - "name": "jquery-steps", + "name": "jquery.steps", "version": "1.0.1", "description": "A simple, lightweight jQuery step wizard plugin.", - "main": "index.js", - "repository": "oguzhanoya/jquery-steps", + "main": "./dist/jquery-steps.js", + "repository": { + "type": "git", + "url": "https://github.com/oguzhanoya/jquery-steps.git" + }, + "bugs": { + "url": "https://github.com/oguzhanoya/jquery-steps/issues" + }, "homepage": "https://oguzhanoya.github.io/jquery-steps", "scripts": { "build:css": "stylus src/styl/jquery-steps.styl -m -o dist/",