Skip to content

Commit

Permalink
Changed package name
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanoya committed Sep 15, 2017
1 parent b8f3604 commit 97c0ca0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
IE11+, Edge, Chrome, Firefox, Opera, Safari

## Installation
Bower
NPM
```sh
bower install jquery-steps
npm install jquery.steps
```
Github
```sh
Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

0 comments on commit 97c0ca0

Please sign in to comment.